Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335252

Summary: [Contributions] Empty "Search" menu
Product: [Eclipse Project] Platform Reporter: Patrick Chuong <pchuong>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: pwebster
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Patrick Chuong CLA 2011-01-24 16:40:35 EST
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>
Comment 1 Lars Vogel CLA 2019-09-24 13:51:19 EDT
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.