eric6/QScintilla/Shell.py

changeset 7533
88261c96484b
parent 7387
2fb33905ff6b
child 7536
861e46f99d65
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
325 325
326 # set the autocompletion and calltips function 326 # set the autocompletion and calltips function
327 self.__setAutoCompletion() 327 self.__setAutoCompletion()
328 self.__setCallTips() 328 self.__setCallTips()
329 329
330 self.setWindowIcon(UI.PixmapCache.getIcon("eric.png")) 330 self.setWindowIcon(UI.PixmapCache.getIcon("eric"))
331 331
332 self.incrementalSearchString = "" 332 self.incrementalSearchString = ""
333 self.incrementalSearchActive = False 333 self.incrementalSearchActive = False
334 334
335 self.supportedEditorCommands = { 335 self.supportedEditorCommands = {

eric ide

mercurial