317 |
317 |
318 self.addClone(editor) |
318 self.addClone(editor) |
319 editor.addClone(self) |
319 editor.addClone(self) |
320 |
320 |
321 self.gotoLine(0) |
321 self.gotoLine(0) |
|
322 |
|
323 # set the text display again |
|
324 self.__setTextDisplay() |
322 |
325 |
323 # set the autocompletion and calltips function |
326 # set the autocompletion and calltips function |
324 self.__acHookFunction = None |
327 self.__acHookFunction = None |
325 self.__setAutoCompletion() |
328 self.__setAutoCompletion() |
326 self.__ctHookFunction = None |
329 self.__ctHookFunction = None |