Vadim Peretokin
Vadim Peretokin
> The windows experience has improved by adding virtual spaces before the newlines. Brilliant! Great that you found a fix for this. Thinking of the bounty requirements then - how...
By the way, NVDA has a `Speech log` feature - I found enabling that helpful for my sanity while developing this. It'll print the text it is saying in a...
Initial testing with the editor is looking positive 👍
Great work!! Undo and the delete events both require the old text which is a bit tough 🤔
This is great stuff. Could you also check that it works on Linux with Orca too?
OK. Accesifier is a nice tool to debug this with, it shows events as they happen
We use Edbee in Mudlet (http://github.com/mudlet/mudlet) and we won't be using the Python version - it'll be a big overhead for a C++ application to add a Python runtime :confused:
Yep. We're finding modern C++ with good tooling to be pretty productive. Would love to see you sneak improvements into edbee- lib in C++, though!
That's a bit weird - we use the same compiler (with ccache) and it does build fine: ``` -- The C compiler identification is AppleClang 12.0.0.12000032 -- The CXX compiler...
There is a Lua server in progress, so a compatible client would be super handy