--- a/PluginPrintRemover.py Wed Jan 01 16:14:21 2014 +0100 +++ b/PluginPrintRemover.py Fri Apr 18 16:48:41 2014 +0200 @@ -208,6 +208,7 @@ if not menu.isEmpty(): menu.addSeparator() + # TODO: change this to a dynamically built submenu for string in self.getPreferences("StartswithStrings"): act = menu.addAction( self.tr("Remove '{0}'").format(string), @@ -221,6 +222,7 @@ @param editor reference to the new editor (QScintilla.Editor) """ + # TODO: change this to a dynamically built submenu menu = editor.getMenu("Tools") if menu is not None: self.__editors[editor] = []