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 |