Menu Location URI/IDs [message #1073323] |
Wed, 24 July 2013 14:21 |
Kevin Regan 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.
|
|
|
Powered by
FUDForum. Page generated in 0.24156 seconds