Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Menu Location URI/IDs
Menu Location URI/IDs [message #1073323] Wed, 24 July 2013 14:21
Kevin Regan is currently offline Kevin ReganFriend
Messages: 33
Registered: May 2013
Member
Surprisingly I cannot get an answer to this question googling - I would expect this to be readily available but I cannot find it.

Basically, I need a reference to menu IDs in Eclipse. I want to add a menu, for example, under the "Project" main menu and also on the right click menu for a project. The extension point includes the "menuContribution" element that requires me to identify the menu to add to via the locationURI which is of the format <scheme>:<menu-id>[?<placement modifier>], e.g.:

<menuContribution
            locationURI="menu:org.eclipse.ui.main.menu?after=additions">


Where can I get a list of all the existing menu-id (org.eclipse.ui.main.menu) for all the menus in eclipse so I have a reference that I can use to add new items? Hoping this is a simple question but I'm surprised I couldn't find anything searching the web for it - perhaps my search terms were not ideal.
Previous Topic:Custom debug variables view
Next Topic:Programmatically collect code completion result
Goto Forum:
  


Current Time: Sat Apr 20 01:07:15 GMT 2024

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

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

Back to the top