|
New add-on: phonetic punctuation
Fyi, things like this are often called "earcons". It might help you in your searching to know that. I read your message about the name, and the dictionary definitions. I also think that the word Phone
Fyi, things like this are often called "earcons". It might help you in your searching to know that. I read your message about the name, and the dictionary definitions. I also think that the word Phone
|
By
Luke Davis
· #9734
·
|
|
Proposal: enforce minimum and last tested NVDA version flags for add-on reviews and certification upon 2019.3 release?
Before I comment on this (below), I just want to thank you, Joseph, for writing it up formally, even though you disagree with it. Your considered prospective and administrative style are, as always, v
Before I comment on this (below), I just want to thank you, Joseph, for writing it up formally, even though you disagree with it. Your considered prospective and administrative style are, as always, v
|
By
Luke Davis
· #9661
·
|
|
Why is Classic Selection described as Py3 compatible on the add-ons page?
Which is a really nice and compact way of saying what I was trying to say in my last message. :) Luke
Which is a really nice and compact way of saying what I was trying to say in my last message. :) Luke
|
By
Luke Davis
· #9646
·
|
|
Why is Classic Selection described as Py3 compatible on the add-ons page?
But now we're creating the opposite problem, wherein the code passes Python 3 compatibility, so we ignore the fact that the manifest declares it incompatible. That makes for non-passable add-ons, that
But now we're creating the opposite problem, wherein the code passes Python 3 compatibility, so we ignore the fact that the manifest declares it incompatible. That makes for non-passable add-ons, that
|
By
Luke Davis
· #9645
·
|
|
Enhanced Phonetic Reading add-on
#testrequest
I'm sorry, you're right. I thought I had removed it on this version of NVDA, but it was on one of my other portable installations. My fault. Luke
I'm sorry, you're right. I thought I had removed it on this version of NVDA, but it was on one of my other portable installations. My fault. Luke
|
By
Luke Davis
· #9624
·
|
|
Enhanced Phonetic Reading add-on
#testrequest
DaVid There is a bit of a UX issue here. If you turn on Instant Character Descriptions, then read a character when Delayed Character Descriptions is already on, the description will be spoken twice. T
DaVid There is a bit of a UX issue here. If you turn on Instant Character Descriptions, then read a character when Delayed Character Descriptions is already on, the description will be spoken twice. T
|
By
Luke Davis
· #9622
·
|
|
That pesky 3D sound add on has crashed nvda 2019.2.1 twice today again
No offense intended, but why are you telling us that a known to be unstable add-on is unstable? Perhaps I am missing something, but what result were you hoping for here? It is unstable, and has been r
No offense intended, but why are you telling us that a known to be unstable add-on is unstable? Perhaps I am missing something, but what result were you hoping for here? It is unstable, and has been r
|
By
Luke Davis
· #9620
·
|
|
Enhanced Phonetic Reading add-on
#testrequest
It does for me. https://davidacm.github.io/getlatest/gh/davidacm/EnhancedPhoneticReading
It does for me. https://davidacm.github.io/getlatest/gh/davidacm/EnhancedPhoneticReading
|
By
Luke Davis
· #9619
·
|
|
Adding different keyboard languages to PC Keyboard Braille Input add-on
Two points: 1. Was this actually authored by NV Access Limited, or is this another way of saying the "NVDA Community contributors" as Joseph usually writes it? 2. When specifying two copyright holders
Two points: 1. Was this actually authored by NV Access Limited, or is this another way of saying the "NVDA Community contributors" as Joseph usually writes it? 2. When specifying two copyright holders
|
By
Luke Davis
· #9607
·
|
|
Translate 2019.09.2 released
#addonreview
In addition, it makes testing easier.
In addition, it makes testing easier.
|
By
Luke Davis
· #9587
·
|
|
Re : Re: [nvda-addons] Adding different keyboard languages to PC Keyboard Braille Input add-on
Is it possible to catch that attempt and block it with an error? I don't know about this subject, but pressing alt-shift by accident seems like a significant possibility just reading this thread. (As
Is it possible to catch that attempt and block it with an error? I don't know about this subject, but pressing alt-shift by accident seems like a significant possibility just reading this thread. (As
|
By
Luke Davis
· #9578
·
|
|
A couple of add ons reporting issues in Alpha snaps.
Why not?
By
Luke Davis
· #9559
·
|
|
delayed character descriptions.
#addonrequestreview
I must have missed something about a global variable not being set. Luke
I must have missed something about a global variable not being set. Luke
|
By
Luke Davis
· #9545
·
|
|
Re : Re: Re : Re: [nvda-addons] delayed character descriptions.
#addonrequestreview
I agree it is not great, that's what I meant about "I hate to be so general about it"--I don't like catching such a general warning. That could probably be improved by examining the exception details.
I agree it is not great, that's what I meant about "I hate to be so general about it"--I don't like catching such a general warning. That could probably be improved by examining the exception details.
|
By
Luke Davis
· #9542
·
|
|
Re : Re: [nvda-addons] delayed character descriptions.
#addonrequestreview
I am one of those people who think that 2019.2 (or 2019.2.1) will probably be around for quite a while, so if this can be fixed, it should be. I hate to be so general about it, but would putting a try
I am one of those people who think that 2019.2 (or 2019.2.1) will probably be around for quite a while, so if this can be fixed, it should be. I hate to be so general about it, but would putting a try
|
By
Luke Davis
· #9538
·
|
|
delayed character descriptions.
#addonrequestreview
Seconded. Luke
By
Luke Davis
· #9523
·
|
|
delayed character descriptions.
#addonrequestreview
My review and comments. License: fail In the source file and readme you have GPL 3 listed, but the license file you provide in the repo is for GPL 2. Since GPL 2 anticipates GPL 3 this is permitted, b
My review and comments. License: fail In the source file and readme you have GPL 3 listed, but the license file you provide in the repo is for GPL 2. Since GPL 2 anticipates GPL 3 this is permitted, b
|
By
Luke Davis
· #9521
·
|
|
Easy way to find default, min, max for a config parameter?
Thanks for this Noelia. Sadly, in Python 2 versions of NVDA, I'm getting the same thing as James. The best I can get is kwargs[0], which equals 2. That is in betas. In alpha, it works exactly as you s
Thanks for this Noelia. Sadly, in Python 2 versions of NVDA, I'm getting the same thing as James. The best I can get is kwargs[0], which equals 2. That is in betas. In alpha, it works exactly as you s
|
By
Luke Davis
· #9515
·
|
|
Easy way to find default, min, max for a config parameter?
All true, but the identical values are often also used when constructing UI elements to manipulate those configuration parameters. And in the case of pre-existing NVDA core configuration options, you
All true, but the identical values are often also used when constructing UI elements to manipulate those configuration parameters. And in the case of pre-existing NVDA core configuration options, you
|
By
Luke Davis
· #9513
·
|
|
Easy way to find default, min, max for a config parameter?
Thanks James. Thoughts on the longer term viability of using your construction (private methods), vs. my original (I thought bad) idea, using regular expressions to reverse engineer the information? I
Thanks James. Thoughts on the longer term viability of using your construction (private methods), vs. my original (I thought bad) idea, using regular expressions to reverse engineer the information? I
|
By
Luke Davis
· #9503
·
|