Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Wed, 07 January 2015 04:31
Carlos Eduardo P Si is currently offline Carlos Eduardo P SiFriend
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

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


Current Time: Thu Apr 25 03:44:50 GMT 2024

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

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

Back to the top