Community
Participate
Working Groups
I am using the org.eclipse.ui.perspectiveExtension to hide the workbench menu. For the "Search" menu, when I hide every sub-menu item, the top-level menu item still visible but no child menu items. I am using the EPP-CPP package. It looks like the contribution from CDT causes the "Search" menu item not hidden. This is what CDT contribute to the "Search" menu, if I don't have this action set enabled in the customized perspective dialog or removed the contribution from the plugin.xml file, than the "Search" menu is hidden from the org.eclipse.ui.persepctiveExtension extension that I have contributed. <actionSet label="%CSearchActionSet.label" description="%CSearchActionSet.description" visible="false" id="org.eclipse.cdt.ui.SearchActionSet"> <action label="%openCSearchPageAction.label" icon="icons/obj16/csearch_obj.gif" class="org.eclipse.cdt.internal.ui.search.OpenCSearchPageAction" menubarPath="org.eclipse.search.menu/dialogGroup" id="org.eclipse.cdt.ui.actions.OpenCSearchPage"> </action> <menu label="%searchMenu.label" id="org.eclipse.search.menu"> </menu> </actionSet>
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.