mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
qscintilla: Enable code folding
This commit is contained in:
@@ -8,6 +8,10 @@ SqlUiLexer::SqlUiLexer(QObject* parent) :
|
||||
autocompleteApi = new QsciAPIs(this);
|
||||
setupAutoCompletion();
|
||||
autocompleteApi->prepare();
|
||||
|
||||
// Setup folding
|
||||
setFoldComments(true);
|
||||
setFoldCompact(false);
|
||||
}
|
||||
|
||||
void SqlUiLexer::setupAutoCompletion()
|
||||
|
||||
Reference in New Issue
Block a user