how can I add popup menu in right-click new->MyNewMenu? [message #1550513] |
Wed, 07 January 2015 04:31 |
Carlos Eduardo P Si Messages: 1 Registered: January 2015 |
Junior Member |
|
|
hello all,
I'm a newer in development of eclipse plugins, and I have a doubt how can I add a my new popup menu in the new context?
for example I right-click and put my menu in New->MyNewMenu
to add a new item on menu File-New I'm using this
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:new?after=additions">
<menu
id="Test1.menus.sampleMenu"
but if I try popup:menu:new?after=additions this not work...
when I use the Spy plugin of RCP eclipse to know the popup id is returned
menu:null?after=additions
how can I solve this problem?
Regards
Carlos
[Updated on: Mon, 12 January 2015 05:45] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.02679 seconds