Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problem with menu:search?after=additions(menu:search?after=additions)
Problem with menu:search?after=additions [message #1371534] Wed, 21 May 2014 12:18
Balazs Bányai is currently offline Balazs BányaiFriend
Messages: 1
Registered: September 2013
Junior Member
Hi!
In my plugin I want to add a new menu element to the search menu.
But it is not working.
<extension 
  point="org.eclipse.ui.menus">
  <menuContribution
     allPopups="false"
     locationURI="menu:search?after=additions">
     <command
               commandId="com.own.ui.actions.open.element"
               icon="/icons/obj16/ssearch_obj.gif"
               label="MyOwnSearch"
               style="push">
     </command>
  </menuContribution>
</extension>

The interesting part is that I can add the same to all the other menus:
locationURI="menu:file?after=additions"
locationURI="menu:edit?after=additions"
...

Is it an known bug, or the locationURI of search is different?
Thanks for the help.

Eclipse Standard/SDK
Version: Kepler Service Release 2
Build id: 20140224-0627
Previous Topic:Eclipse crashes
Next Topic:Is it possible to convert an OTD project to eTrice?
Goto Forum:
  


Current Time: Sat Apr 20 01:10:38 GMT 2024

Powered by FUDForum. Page generated in 0.07938 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top