Rick Blommers
Rick Blommers
Native code doesn't compile anymore since version 2.1.0 on FreeBSD ``` linking shared-object sassc/libsass.so /usr/bin/ld: unrecognized option '-plugin' /usr/bin/ld: use the --help option for usage information c++: error: linker command...
View components use mutable fields. Is this really required?
Currently Click+Dragging while adding selection doesn't work correctly. It should be possible to add multiple ranges...
https://doc.qt.io/qt-5/qinputmethodevent.html
https://github.com/edbee/edbee-lib/compare/master...UniSwarm:master
Thanks! Something I noticed in the `lineHegiht()` code is a comment of caching the value. I think that would be a good idea indeed :) _Originally posted by @emoon in...
https://youtu.be/Jes3bD6P0To. https://github.com/tree-sitter/tree-sitter
This seems pretty trival. But after giving some thought to it. This is pretty complex - a wordlist of all words in the document needs to be build (This is...
Calling the following method (effectively pressing Ctrl+D), incorrectly includes whitespaces when the caret is at the start or the end of the word. ```c++ range.exapandToWord(doc, doc->config()->whitespaces(), doc->config()->charGroups() ); ``` **Example...