Sat, 28 Feb 2015 16:16:49 +0100
Added a TODO to allow multiple completion and calltips providers.
QScintilla/Editor.py | file | annotate | diff | comparison | revisions |
--- a/QScintilla/Editor.py Sat Feb 28 16:08:58 2015 +0100 +++ b/QScintilla/Editor.py Sat Feb 28 16:16:49 2015 +0100 @@ -366,6 +366,7 @@ self.__setTextDisplay() # set the autocompletion and calltips function + # TODO: make this work with multiple providers self.__acHookFunction = None self.__setAutoCompletion() self.__ctHookFunction = None