Problem in adding item in run menu [message #117371] |
Sun, 16 November 2003 08:16 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03377 seconds