Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Plugin Development for menu entry to the Package explorer (Plugin Development for menu entry to the Package explorer )
Plugin Development for menu entry to the Package explorer [message #986908] Thu, 22 November 2012 10:43 Go to next message
Biswajit Tah is currently offline Biswajit TahFriend
Messages: 2
Registered: November 2012
Junior Member
Hi,
New context menu entry to the Package explorer part is not coming when I have choosed the perspective other than java.
Plugin.xml for this devlopment is below.

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="popup:org.eclipse.jdt.ui.PackageExplorer">
<command
commandId="qmbhotdeploymentdemo.convert"
label="Create HTML"
style="push">
</command>
</menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
defaultHandler="qmbhotdeploymentdemo.Convert"
id="qmbhotdeploymentdemo.convert"
name="Convert">
</command>
</extension>
<extension
point="org.eclipse.ui.perspectives">
<perspective
id="org.eclipse.ui.resourcePerspective"
name="Resource"
class="org.eclipse.ui.internal.ResourcePerspective">
</perspective>
</extension>


</plugin>

Please help me where I have missed for this.
Re: Plugin Development for menu entry to the Package explorer [message #986990 is a reply to message #986908] Thu, 22 November 2012 17:26 Go to previous message
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
I'd recommend that you post to the platform forum, here:
http://www.eclipse.org/forums/index.php/f/11/
Previous Topic:Convert to AspectJ project menu missing
Next Topic:eclipse indigo is not starting up after installing gwt
Goto Forum:
  


Current Time: Fri Apr 19 09:18:27 GMT 2024

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

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

Back to the top