Vadim Peretokin
Vadim Peretokin
That is to say if the opacity trick works, then that'll be just fine - we don't have that option.
It seems while the highlighting area takes effect on a font size change right away, re-rendering the line numbers with the new font size only happens when you visually bring...
I can't say I've ever had a practical use for these things myself. It's a cool idea but it just doesn't add anything.
I don't think this has anything to do with the C++ version, this is Java code. Just showing the IDE's ability to tell me what a random boolean parameter is!
We're interested in accelerating this as well as giving something back to Edbee for the years of using it at the same time - and would like to place a...
Nice ok. Let me figure out the requirements and I'll come back to you 👍
Ah that is a difficult one. The one thing I'm struggling with is also a limitation of QAccessibility - that I think affects mostly NVDA on Windows - is that...
Try it with NVDA (open-source reader), first with a Qt demo app in Qt Creator - it'll show the problem.
Yeah, setting the keyboard focus is important - we've had to do a few hacks to make it work right, try this code: https://github.com/Mudlet/Mudlet/blob/development/src/TConsole.cpp#L2045-L2053 it should work for Narrator and...
For NVDA, there's a mode that can show visually what window and element is selected. Try enabling that - maybe it doesn't think edbee is in focus?