QScintilla/Editor.py

changeset 4029
59ab6030869b
parent 4021
195a471c327b
child 4074
95c24977f68f
equal deleted inserted replaced
4026:10f27c323bcd 4029:59ab6030869b
4740 UI.PixmapCache.getIcon("splitHorizontal.png")) 4740 UI.PixmapCache.getIcon("splitHorizontal.png"))
4741 else: 4741 else:
4742 self.menuActs["NewSplit"].setIcon( 4742 self.menuActs["NewSplit"].setIcon(
4743 UI.PixmapCache.getIcon("splitVertical.png")) 4743 UI.PixmapCache.getIcon("splitVertical.png"))
4744 4744
4745 self.menuActs["Tools"].setEnabled(not self.toolsMenu.isEmpty())
4746
4747 self.showMenu.emit("Main", self.menu, self) 4745 self.showMenu.emit("Main", self.menu, self)
4748 4746
4749 def __showContextMenuAutocompletion(self): 4747 def __showContextMenuAutocompletion(self):
4750 """ 4748 """
4751 Private slot called before the autocompletion menu is shown. 4749 Private slot called before the autocompletion menu is shown.

eric ide

mercurial