Skip to content

Commit

Permalink
case insensitive autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 14, 2014
1 parent 2261999 commit ad88108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/db_manager/dlg_sql_window.py
Expand Up @@ -305,3 +305,4 @@ def initCompleter(self):


api.prepare() api.prepare()
self.editSql.lexer().setAPIs(api) self.editSql.lexer().setAPIs(api)
self.editSql.setAutoCompletionCaseSensitivity(False)

0 comments on commit ad88108

Please sign in to comment.