QScintilla/Editor.py

changeset 4142
7e138a214147
parent 4133
3d868439dddc
child 4153
95b18307079f
equal deleted inserted replaced
4141:eede55eddc56 4142:7e138a214147
364 364
365 # set the text display again 365 # set the text display again
366 self.__setTextDisplay() 366 self.__setTextDisplay()
367 367
368 # set the autocompletion and calltips function 368 # set the autocompletion and calltips function
369 # TODO: make this work with multiple providers
369 self.__acHookFunction = None 370 self.__acHookFunction = None
370 self.__setAutoCompletion() 371 self.__setAutoCompletion()
371 self.__ctHookFunction = None 372 self.__ctHookFunction = None
372 self.__setCallTips() 373 self.__setCallTips()
373 374

eric ide

mercurial