UI/UserInterface.py

branch
6_0_x
changeset 4438
cbc98303948f
parent 4416
37265cbdd388
--- a/UI/UserInterface.py	Thu Sep 03 19:30:25 2015 +0200
+++ b/UI/UserInterface.py	Sun Sep 06 11:23:35 2015 +0200
@@ -506,7 +506,6 @@
         self.inCloseEevent = False
 
         # now redirect stdout and stderr
-        # TODO: release - reenable redirection
         sys.stdout = self.stdout
         sys.stderr = self.stderr
 
@@ -3335,10 +3334,6 @@
         """
         Private slot to show the Plugin Tools menu.
         """
-        # TODO: This doesn't work on Mac OS X with Qt compiled against
-        # Cocoa anymore
-        # TODO: Change tools plug-ins to populate the menu statically
-        # and just enabled the actions/menus accordingly
         self.showMenu.emit("PluginTools", self.__menus["plugin_tools"])
         
     def __showUserToolsMenu(self):

eric ide

mercurial