Commit Graph

4 Commits

Author SHA1 Message Date
Bernardo Sulzbach
abc432fcd6 Fixed a few typos. 2015-05-20 10:17:52 -03:00
Martin Kleusberg
e714eee4c0 qscintilla: Add some missing keywords to auto completion word list 2015-04-23 19:52:07 +02:00
Martin Kleusberg
6fed5ec7c2 qscintilla: Enable code folding 2015-04-23 19:52:06 +02:00
Martin Kleusberg
cde2393539 Use QScintilla instead of own implementation of a code editor
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.
2015-04-23 19:51:54 +02:00