src/eric7/Plugins/PluginEricdoc.py

branch
eric7
changeset 10069
435cc5875135
parent 10061
8bdad5699288
child 10315
4102a69604eb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
196 if menu: 196 if menu:
197 menu.removeAction(self.__projectAct) 197 menu.removeAction(self.__projectAct)
198 ericApp().getObject("Project").removeEricActions([self.__projectAct]) 198 ericApp().getObject("Project").removeEricActions([self.__projectAct])
199 self.__initialize() 199 self.__initialize()
200 200
201 def __projectShowMenu(self, menuName, menu): 201 def __projectShowMenu(self, menuName, menu): # noqa: U100
202 """ 202 """
203 Private slot called, when the the project menu or a submenu is 203 Private slot called, when the the project menu or a submenu is
204 about to be shown. 204 about to be shown.
205 205
206 @param menuName name of the menu to be shown (string) 206 @param menuName name of the menu to be shown (string)

eric ide

mercurial