Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » menucontribution appears only in one perspective
menucontribution appears only in one perspective [message #1023987] Mon, 25 March 2013 11:44
Eclipse UserFriend
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: Wed Jun 18 20:03:04 EDT 2025

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

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

Back to the top