--- a/QScintilla/Editor.py Mon Aug 17 13:17:39 2015 +0200 +++ b/QScintilla/Editor.py Wed Aug 19 11:00:48 2015 +0200 @@ -4766,6 +4766,8 @@ self.menuActs["NewSplit"].setIcon( UI.PixmapCache.getIcon("splitVertical.png")) + self.menuActs["Tools"].setEnabled(not self.toolsMenu.isEmpty()) + self.showMenu.emit("Main", self.menu, self) def __showContextMenuAutocompletion(self):