Skip to content

Commit

Permalink
[codeeditor] set case insensitive for SQL Lexer: followup #1686
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Dec 2, 2014
1 parent 0f76194 commit 2eb0ca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/db_manager/dlg_sql_window.py
Expand Up @@ -305,4 +305,3 @@ def initCompleter(self):

api.prepare()
self.editSql.lexer().setAPIs(api)
self.editSql.setAutoCompletionCaseSensitivity(False)
1 change: 1 addition & 0 deletions src/gui/qgscodeeditorsql.cpp
Expand Up @@ -31,6 +31,7 @@ QgsCodeEditorSQL::QgsCodeEditorSQL( QWidget *parent )
}
setMarginVisible( false );
setFoldingVisible( true );
setAutoCompletionCaseSensitivity( false );
setSciLexerSQL();
}

Expand Down

0 comments on commit 2eb0ca3

Please sign in to comment.