--- a/PluginToolGenerateHash.py Fri Jan 02 17:12:30 2015 +0100 +++ b/PluginToolGenerateHash.py Mon Jan 05 20:16:29 2015 +0100 @@ -101,6 +101,7 @@ self.__editorClosed) for editor, acts in self.__editors.items(): + editor.showMenu.connect(self.__editorShowMenu) menu = editor.getMenu("Tools") if menu is not None: for act in acts: