edbee-lib icon indicating copy to clipboard operation
edbee-lib copied to clipboard

QWidget based Text Editor Component for Qt. Multi-caret, Textmate grammar and highlighting support.

Results 39 edbee-lib issues
Sort by recently updated
recently updated
newest added

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...

Instead of the regular scrollbar, I would like to use a minimap similar to the one in Sublime Text / Visual Studio.

Try out the demo [on here](https://microsoft.github.io/monaco-editor/) and right-click. I think it's a fantastic solution for making the features of an editor discoverable plus their associated shortcuts!

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...

Following on from #54 may I ask if it is possible to go through the whole `edbee-lib` library and convert all the uses of `QString("some string possibly with %1 or...

These files are both ones that are/can be generated at build time and their contents will thus vary depending on the target platform - therefore tracking them will throw up...

The editor is forcing the line numbers to be drawn at 10 point in whatever font the editor is using, causing abnormalities when you use other font sizes. Here's what...

Would it be feasible to add support for the above (and, from Qt 5.7 onwards `QTextOption::ShowDocumentTerminator`) which are also part of the same showing normally invisible white-space things. I'd like...

enhancement

While compiling edbee. with Qt6 on Linux works fine, macOS fails with this: ``` [ 7%] Building CXX object 3rdparty/edbee-lib/edbee-lib/qslog/CMakeFiles/QsLog.dir/QsLogDest.cpp.o In file included from /Users/vadim.peretokin/Programs/Mudlet/3rdparty/edbee-lib/vendor/qslog/QsLogDest.cpp:28: In file included from /Users/vadim.peretokin/Programs/Mudlet/3rdparty/edbee-lib/vendor/qslog/QsLogDestFile.h:30:...