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

Edbee is not marked as a rich text widget for QAccessible (or a text widget at all), so when blind users put their focus inside it, it captures their cursor...

enhancement

Can we have some help to quickly scroll editor with just one mouse drag? - Say a document is too large for one editor view - Press and hold middle...

A user somehow had their monospace turned non-monospace in the middle of the script: ![image](https://user-images.githubusercontent.com/110988/114900766-771f3300-9e14-11eb-948d-0a95e38ecd36.png) No clear reasons behind how does it happen just yet, so consider this issue in...

Modern CMake is giving the following warning on configure: ``` CMake Deprecation Warning at 3rdparty/edbee-lib/vendor/qslog/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake....

View components use mutable fields. Is this really required?

During compilation of Mudlet, which uses edbee-lib, I get a warning from the title, afected file is edbee-lib/edbee-lib/edbee/views/components/texteditorcomponent.cpp. Code still compiles, just thought to mention here cause I have OCD...

@gamecreature Hi Rick, happy new year! how you doing? :) Today I was curious to see what was the status of your amazing project in comparison to last time I...

I'd like to have in edbee-lib the same nice behaviour when making multiple selections than SublimeText. Compare the behaviour between SublimeText and edbee-lib (using the same sequence of mouse/keyboard actions)...

enhancement

Currently Click+Dragging while adding selection doesn't work correctly. It should be possible to add multiple ranges...

enhancement