Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Problem in adding item in run menu
Problem in adding item in run menu [message #117371] Sun, 16 November 2003 08:16
Eclipse UserFriend
Originally posted by: sunilvi.noida.hcltech.com

I am trying to add something in the Run Menu.
The code which i have written is as follows
<extension
point="org.eclipse.ui.actionSets">
<actionSet
label="Sunil Virmani"
visible="true"
id="some Id">
<menu
label="%Menu.run"
path="additions"
id="org.eclipse.ui.run">
<separator name="ExternalToolsGroup"/>
</menu>
<action
id="org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu1 "
label="MyTools"
menubarPath="org.eclipse.ui.run/ExternalToolsGroup"
disabledIcon="icons/full/dtool16/external_tools.gif"
icon="icons/full/etool16/external_tools.gif"
hoverIcon="icons/full/ctool16/external_tools.gif"
pulldown="true"
class=" org.eclipse.ui.externaltools.internal.menu.ExternalToolMenuD elegate ">
</action>
</actionSet>
</extension>

</plugin>


But i am not able to see the My Label in the Run Menu ? What can be the
reason for that ?


Sunil Virmani
HCL Technologies Limited
A-11, Sector 16
2510701 Ext 3154
Noida
Previous Topic:Information about JDT Architecture
Next Topic:JDT Debugger error
Goto Forum:
  


Current Time: Wed May 14 00:26:55 EDT 2025

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

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

Back to the top