eric7/Plugins/PluginEricapi.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8358
144a6b854f70
child 8881
54e42bc2437a
equal deleted inserted replaced
8365:cde9bde830ea 8366:2a9f5153c438
125 self.__projectShowMenu) 125 self.__projectShowMenu)
126 126
127 menu = ericApp().getObject("Project").getMenu("Apidoc") 127 menu = ericApp().getObject("Project").getMenu("Apidoc")
128 if menu: 128 if menu:
129 menu.removeAction(self.__projectAct) 129 menu.removeAction(self.__projectAct)
130 ericApp().getObject("Project").removeEricActions([self.__projectAct]) 130 ericApp().getObject("Project").removeEricActions(
131 [self.__projectAct])
131 self.__initialize() 132 self.__initialize()
132 133
133 def __projectShowMenu(self, menuName, menu): 134 def __projectShowMenu(self, menuName, menu):
134 """ 135 """
135 Private slot called, when the the project menu or a submenu is 136 Private slot called, when the the project menu or a submenu is

eric ide

mercurial