Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Broker Nagivator location URI(Broker Nagivator location URI for context menu)
Broker Nagivator location URI [message #1127897] Mon, 07 October 2013 05:53
Anjan Das is currently offline Anjan DasFriend
Messages: 3
Registered: October 2013
Junior Member
Hi All,

I am a beginner to eclipse plugin development.
I am trying add an item to context menu when doing a right click on project. I am able to do it in Project explorer view with the locationURI in menucontribution. Snippet as below:

<extension point="org.eclipse.ui.menus">
<menuContribution locationURI="popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu?after=additions">
.....

I tried to get the identifier for Broker Application Development Navigator with Alt+Shift+F1 which gives me com.ibm.etools.mft.navigator.resource (screenshot attached), but this does not get me the control over the menu to add the menu item.

<extension point="org.eclipse.ui.menus">
<menuContribution locationURI="popup:com.ibm.etools.mft.navigator.resource#PopupMenu?after=additions">
.....


Please help. Thanks a lot in advance.
Previous Topic:Broker Nagivator location URI
Next Topic:Bundles not found in target platform
Goto Forum:
  


Current Time: Wed Apr 24 21:00:56 GMT 2024

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

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

Back to the top