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:
mgr
2018-09-30 21:13:52 +02:00
parent 8b94eabd9d
commit 2e788d79bd

View File

@@ -129,6 +129,7 @@ void ExtendedScintilla::reloadKeywords()
void ExtendedScintilla::reloadSettings()
{
reloadLexerSettings(lexer());
reloadKeywords();
}
void ExtendedScintilla::reloadLexerSettings(QsciLexer *lexer)
{