Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335252 - [Contributions] Empty "Search" menu
Summary: [Contributions] Empty "Search" menu
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 16:40 EST by Patrick Chuong CLA
Modified: 2019-09-24 13:51 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.