albzan / eclipse-nvda

NVDA Addon for the Eclipse IDE
GNU General Public License v2.0
10 stars 6 forks source link

some accessibility conflicts. #6

Closed aefren closed 3 years ago

aefren commented 5 years ago

There is a conflict in preferences/anotations options. if Underlined is changed to Highlighted then NVDA will stop reporting underlined each time an error is detected reviewing lines using up and down cursor and report font attributes is turned on. I think this is a great disadvantages. if underlined is selected errors can be detected in real time instead of using CTRL+. and CTRL+, keys.

albzan commented 4 years ago

Hi,

Yeah, You're right.

This has to do with how you're used to work when you program.

My typical use case is as follow:

In addition with underline marks you don't have any perceeving if you are in an error or warning while you scroll using arrow keys. How do you typically work? How do you distinguish between errors and warnings?

Cheers,

Alberto