|
|
|
|
|
|
|
Re: Hide "Run" menu (already using activities) [message #657086 is a reply to message #507872] |
Tue, 01 March 2011 15:07 |
|
Quote: | Create a perspectiveExtension extension (org.eclipse.ui.perspectiveExtensions) targeting your application perspective then add a "hiddenMenuItem" element to it with the id "org.eclipse.ui.run".
In your application perspective, the "Run" menu item will be hidden.
|
I tried this to hide the search menu:
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="com.exoanalytic.seas.SEASPerspective">
<hiddenMenuItem id="org.eclipse.search.menu">
</hiddenMenuItem>
</perspectiveExtension>
</extension>
But to no avail...the Search menu still appears. The lack of clarity when trying to control unwanted contributions can be quite frustrating...
|
|
|
|
Powered by
FUDForum. Page generated in 0.04183 seconds