Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » menucontribution appears only in one perspective
menucontribution appears only in one perspective [message #1023987] Mon, 25 March 2013 15:44
n d is currently offline n dFriend
Messages: 11
Registered: February 2013
Junior Member
Hi all,

For a plug-in's development, I added a menu contribution to the Project Manager's view:

<extension
        point="org.eclipse.ui.menus">
     <menuContribution
           allPopups="true"
           locationURI="popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu?after=additions">
        <menu
              id="test"
              label="test">
           <command
                ...
           </command>
        </menu>
     </menuContribution>
  </extension>



But for some reason, this only appears in the Resource perspective and I want it to appear in all perspectives.. Any ideas why this might be?

Thanks for the help,
N
Previous Topic:Textbox resize strange behavior
Next Topic:Handler conflicts in the log file
Goto Forum:
  


Current Time: Thu Mar 28 14:27:38 GMT 2024

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

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

Back to the top