Rick Blommers
Rick Blommers
Just fixed the undo-crashing opertion. This was a combination of the wrong old-text being used. This is fixed by added support to supply on the oldText on a with the...
Hi @vadi2 Just been testing on Linux with Orca. It reads (text entry + selections), but not the caret movement. Trying to figure this out. Very strange
I agree. This would be a nice feature... I guess It should display the 'TextEditorCommandMap' combined with Qt's QWidget::actions()
@brupelo I do agree that using a dynamic language like Python or Ruby would increase the pace of development iterations. I will merge the PR! (it still builds without issues,...
@brupelo, no unfortunately I've got almost no experience with Python. Ruby is the language I use daily. (I like Ruby very much!)
Fixed inputMethodEvent that cause text replacement: https://github.com/edbee/edbee-lib/commit/2b972507d8c60c76e325b3144e3809ae0cb70a69 This commit has an improvement (so it works like other Mac-text-entries.. It still has an issue with rendering). Why does the implementation causing...
I didn't include the rendering improvements of bordered selections. Those renderings are happening after text-rendering. Text-colouring isn't changed when performing this. To it doesn't render correctly..
@sebcaux Thank you for the improvements!
There are several other CMake issues. I've once merged a CMake configuration via a merge request. But I don't use it myself.
Just tried to run it. It completely fails on OS X. (more then a warning) ``` -- The C compiler identification is AppleClang 12.0.0.12000032 -- The CXX compiler identification is...