QScintilla/Editor.py

changeset 4142
7e138a214147
parent 4133
3d868439dddc
child 4153
95b18307079f
--- 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

eric ide

mercurial