mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
This is a first rough implementation of QScintilla support as SQL text editor. It should work mostly and build fine with qmake as well as cmake. The new code supports all the features of the old one plus adding a few subtle improvements. The main point of this, however, is reducing the code we have to maintain and making it easier to add new features to the editor.
3 lines
139 B
Plaintext
3 lines
139 B
Plaintext
All the documentation for QScintilla for Qt v4 and Qt v5 (including
|
|
installation instructions) can be found in doc/html-Qt4Qt5/index.html.
|