Skip to content

Commit ad88108

Browse files
committedNov 14, 2014
case insensitive autocompletion
1 parent 2261999 commit ad88108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/db_manager/dlg_sql_window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,4 @@ def initCompleter(self):
305305

306306
api.prepare()
307307
self.editSql.lexer().setAPIs(api)
308+
self.editSql.setAutoCompletionCaseSensitivity(False)

0 commit comments

Comments
 (0)
Please sign in to comment.