Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » how can I add popup menu in right-click new->MyNewMenu?
how can I add popup menu in right-click new->MyNewMenu? [message #1550513] Tue, 06 January 2015 23:31
Eclipse UserFriend
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 00:45] by Moderator

Previous Topic:Contributing Popup Menus for CDT Projects
Next Topic:Team -> synchronise option disappeared
Goto Forum:
  


Current Time: Tue Jul 15 07:33:28 EDT 2025

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

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

Back to the top