QScintilla/Editor.py

changeset 741
137cc6344b48
parent 730
772666a0a05d
child 777
f0f24d2f9eab
equal deleted inserted replaced
740:9625b5817d1c 741:137cc6344b48
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

eric ide

mercurial