Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » popup menu entry on different perspective
popup menu entry on different perspective [message #597614] Mon, 18 May 2009 14:19
Dado is currently offline DadoFriend
Messages: 2
Registered: July 2009
Junior Member
Hi,

I'm writing a plug-in for a php project on an eclipse version with PDT.

Now my plug-in it's working but the popupmenu I've specified as:

<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="popup:org.eclipse.jdt.ui.PackageExplorer">
<command
commandId="ftpdeploy.ftpput"
label="%command.label.0"
style="push">
</command>
<command
commandId="ftpdeploy.ftpclean"
label="%command.label.1"
style="push">
</command>
</menuContribution>
</extension>

Only works in the "java" perspective. If I try on the php perspective
nothing appears.
I suspect I'm using
locationURI="popup:org.eclipse.jdt.ui.PackageExplorer", which refers to
"JDT" which I thought it didnt matter, but does it?

Can anyone help me in finding out how to add that menu on a php
perspective?

Thanks,
Dado.
Previous Topic:popup menu entry on different perspective
Next Topic:RCP roduct Launch fails when defining "-configuration" switch
Goto Forum:
  


Current Time: Sat Apr 20 02:25:10 GMT 2024

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

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

Back to the top