--- 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