Project/ProjectInterfacesBrowser.py

changeset 2540
f346433ea963
parent 2408
dc3a7c9d8f6e
child 2677
3d4277929fb3
child 2771
281c9b30dd91
equal deleted inserted replaced
2537:0ff250733d45 2540:f346433ea963
181 if self.omniidl is not None: 181 if self.omniidl is not None:
182 self.dirMenu.addAction(self.trUtf8('Compile all interfaces'), 182 self.dirMenu.addAction(self.trUtf8('Compile all interfaces'),
183 self.__compileAllInterfaces) 183 self.__compileAllInterfaces)
184 self.dirMenu.addSeparator() 184 self.dirMenu.addSeparator()
185 act = self.dirMenu.addAction(self.trUtf8('Remove from project'), self._removeFile) 185 act = self.dirMenu.addAction(self.trUtf8('Remove from project'), self._removeFile)
186 self.dirMenuActions.append(act)
187 act = self.dirMenu.addAction(self.trUtf8('Delete'), self._deleteDirectory)
186 self.dirMenuActions.append(act) 188 self.dirMenuActions.append(act)
187 self.dirMenu.addSeparator() 189 self.dirMenu.addSeparator()
188 self.dirMenu.addAction(self.trUtf8('Add interfaces...'), self.__addInterfaceFiles) 190 self.dirMenu.addAction(self.trUtf8('Add interfaces...'), self.__addInterfaceFiles)
189 self.dirMenu.addAction(self.trUtf8('Add interfaces directory...'), 191 self.dirMenu.addAction(self.trUtf8('Add interfaces directory...'),
190 self.__addInterfacesDirectory) 192 self.__addInterfacesDirectory)

eric ide

mercurial