|
Re: New review request for LangReporter
Hi,
Without access to the add-on source code, my guess is that NVDA's type hints (typing module and friends) for various modules is causing assumptions from add-ons to not work properly. In this case,
Hi,
Without access to the add-on source code, my guess is that NVDA's type hints (typing module and friends) for various modules is causing assumptions from add-ons to not work properly. In this case,
|
By
Joseph Lee
·
#19521
·
|
|
New review request for LangReporter
hi,
This addon does not work with the latest Alpha version of NVDA.
Returns the following error:
ERROR - unhandled exception (10:56:29.334) - Dummy-9 (7264):
Traceback (most recent call last):
hi,
This addon does not work with the latest Alpha version of NVDA.
Returns the following error:
ERROR - unhandled exception (10:56:29.334) - Dummy-9 (7264):
Traceback (most recent call last):
|
By
Ângelo Abrantes
·
#19520
·
|
|
Re: Important notice on Add-on Updater and Windows App Essentials support policies: version jump to NVDA 2022.2 in September, Add-on Updater nightlight scrapped, extending Windows 10/11 feature updates support duration
Hi all,
IMPORTANT: starting from August 18, 2022 at midnight UTC (5 PM Pacific on August 17, 2022), Add-on Updater will not offer updates to itself and Windows App Essentials add-ons if you are not
Hi all,
IMPORTANT: starting from August 18, 2022 at midnight UTC (5 PM Pacific on August 17, 2022), Add-on Updater will not offer updates to itself and Windows App Essentials add-ons if you are not
|
By
Joseph Lee
·
#19519
·
|
|
Re: First steps in addon development
Dear all, Really thanks a lot for all your responses. :-)
Appreciate it
Dear all, Really thanks a lot for all your responses. :-)
Appreciate it
|
By
Akash Kakkar
·
#19518
·
|
|
Re: First steps in addon development
Hi Akash, thank you for your message, I'm happy to know that there are others walking this way with me ☺
Regarding autocompletion, I'm getting used to it in VSCode and I find it really useful,
Hi Akash, thank you for your message, I'm happy to know that there are others walking this way with me ☺
Regarding autocompletion, I'm getting used to it in VSCode and I find it really useful,
|
By
Ramón Corominas
·
#19517
·
|
|
Re: First steps in addon development
Hi,
NVDA versions and user environments: while I have NVDA alpha builds installed on my computer, I have several portable copies designed to test add-ons under beta, stable, and portable alpha
Hi,
NVDA versions and user environments: while I have NVDA alpha builds installed on my computer, I have several portable copies designed to test add-ons under beta, stable, and portable alpha
|
By
Joseph Lee
·
#19516
·
|
|
Re: First steps in addon development
Hello Samuel, thanks for your answer!
project directory to the scratchpad using the mklink command. This way I don't need to move files back and forth between my scratchpad and project folder
Good
Hello Samuel, thanks for your answer!
project directory to the scratchpad using the mklink command. This way I don't need to move files back and forth between my scratchpad and project folder
Good
|
By
Ramón Corominas
·
#19515
·
|
|
Re: Mozilla Inhancment add-on
Thanks! It is working alright!
Rui Fontes
Às 17:19 de 14/08/2022, Javi Domínguez escreveu:
Thanks! It is working alright!
Rui Fontes
Às 17:19 de 14/08/2022, Javi Domínguez escreveu:
|
By
Rui Fontes
·
#19514
·
|
|
Re: First steps in addon development
Hi Joseph, thank you very much for your quick and detailed answer!
Well, I'm now in my transition to using VSCode as my primary editor after years of coding using Ultraedit and I'm interested in any
Hi Joseph, thank you very much for your quick and detailed answer!
Well, I'm now in my transition to using VSCode as my primary editor after years of coding using Ultraedit and I'm interested in any
|
By
Ramón Corominas
·
#19513
·
|
|
Re: First steps in addon development
Hello:
From my part, I tried to use autocomplete function in Notepad++ with
Derek and Tuukka0s add-on, and also use VS Code, but generally this
results in confusions for me since it's needed to pay
Hello:
From my part, I tried to use autocomplete function in Notepad++ with
Derek and Tuukka0s add-on, and also use VS Code, but generally this
results in confusions for me since it's needed to pay
|
By
Noelia Ruiz
·
#19512
·
|
|
Re: First steps in addon development
Hi,
I don’t use auto-complete in Notepad++ at all (I know that Derek’s Notepad++ add-on does support this feature).
As for looking up NVDA functions and classes, I use Python Console’s
Hi,
I don’t use auto-complete in Notepad++ at all (I know that Derek’s Notepad++ add-on does support this feature).
As for looking up NVDA functions and classes, I use Python Console’s
|
By
Joseph Lee
·
#19511
·
|
|
Re: First steps in addon development
Yep, SOLID is good and I apply almost all of these 5 principals on most of my projects.
Yep, SOLID is good and I apply almost all of these 5 principals on most of my projects.
|
By
Akash Kakkar
·
#19510
·
|
|
Re: First steps in addon development
Hello:
About patterns, I started developing plugins for NVDA when add-on
packages system didn't exist yet, in 2011 or so. Previously I had
developed JAWS scripts, even naming scripts with words in
Hello:
About patterns, I started developing plugins for NVDA when add-on
packages system didn't exist yet, in 2011 or so. Previously I had
developed JAWS scripts, even naming scripts with words in
|
By
Noelia Ruiz
·
#19509
·
|
|
Re: First steps in addon development
Hi Ramon,
I too was planning to get started with addon development and you asked almost same questions as I was planning to ask.
Really thanks for this.
Joseph and Samuel,
Hi Ramon,
I too was planning to get started with addon development and you asked almost same questions as I was planning to ask.
Really thanks for this.
Joseph and Samuel,
|
By
Akash Kakkar
·
#19508
·
|
|
Re: First steps in addon development
Hi Ramon,
welcome to the list.
I think for lots of the questions you will receive much of the same answers, but I will tell you about what I do for my working directory, since I am not sure if others
Hi Ramon,
welcome to the list.
I think for lots of the questions you will receive much of the same answers, but I will tell you about what I do for my working directory, since I am not sure if others
|
By
Samuel Kacer
·
#19507
·
|
|
Re: First steps in addon development
Hi,
Although each add-on is different, I standardize around the following:
Setup: no integrated development environment (IDE), relying on Notepad++ for all coding activities, along with using
Hi,
Although each add-on is different, I standardize around the following:
Setup: no integrated development environment (IDE), relying on Notepad++ for all coding activities, along with using
|
By
Joseph Lee
·
#19506
·
|
|
First steps in addon development
Hello everyone,
I'm new -writing- to this list, so firstly I will introduce myself... My name is Ramón and I'm a freelance accessibility consultant based in Asturias, north of Spain. I also do some
Hello everyone,
I'm new -writing- to this list, so firstly I will introduce myself... My name is Ramón and I'm a freelance accessibility consultant based in Asturias, north of Spain. I also do some
|
By
Ramón Corominas
·
#19505
·
|
|
Braille Extender update dialog and NVDA portable instalation
Hello.
This has happened to me several times: when I update my portable copy of NVDA, if there is a pending update of Braille Extender, two dialog boxes are displayed, one for
Hello.
This has happened to me several times: when I update my portable copy of NVDA, if there is a pending update of Braille Extender, two dialog boxes are displayed, one for
|
By
Javi Domínguez
·
#19504
·
|
|
Re: Mozilla Inhancment add-on
Hello, Rui.
That is fixed in this commit but not included in the latest released build yet.Compile the addon yourself from this branch or wait for the next release. I'll
Hello, Rui.
That is fixed in this commit but not included in the latest released build yet.Compile the addon yourself from this branch or wait for the next release. I'll
|
By
Javi Domínguez
·
#19503
·
|
|
Re: Mozilla Inhancment add-on
Hello!
And for 102.1.2?
The status bar is not read...
Best regards,
Rui Fontes
NVDA portuguese team
Às 11:36 de
Hello!
And for 102.1.2?
The status bar is not read...
Best regards,
Rui Fontes
NVDA portuguese team
Às 11:36 de
|
By
Rui Fontes
·
#19502
·
|