mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[codeeditor] set case insensitive for SQL Lexer: followup #1686
This commit is contained in:
parent
0f761949b8
commit
2eb0ca343c
@ -305,4 +305,3 @@ class DlgSqlWindow(QDialog, Ui_Dialog):
|
||||
|
||||
api.prepare()
|
||||
self.editSql.lexer().setAPIs(api)
|
||||
self.editSql.setAutoCompletionCaseSensitivity(False)
|
||||
|
@ -31,6 +31,7 @@ QgsCodeEditorSQL::QgsCodeEditorSQL( QWidget *parent )
|
||||
}
|
||||
setMarginVisible( false );
|
||||
setFoldingVisible( true );
|
||||
setAutoCompletionCaseSensitivity( false );
|
||||
setSciLexerSQL();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user