mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Completion doesn't work until DB Structure is refreshed #1549
Apparently setLexer is needed for actually activating the QScintilla completion after application start-up.
This commit is contained in:
@@ -129,6 +129,7 @@ void ExtendedScintilla::reloadKeywords()
|
||||
void ExtendedScintilla::reloadSettings()
|
||||
{
|
||||
reloadLexerSettings(lexer());
|
||||
reloadKeywords();
|
||||
}
|
||||
void ExtendedScintilla::reloadLexerSettings(QsciLexer *lexer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user