Eclispe 3.0M8 - Plugin - UI ActionSet [message #218641] |
Tue, 30 March 2004 21:31 |
Eclipse User |
|
|
|
Originally posted by: storaskar.xxx.com
I have a help sub menu UI ActionSet which worked fine on 3.0M7 but when I
moved to 3.0M8, menu doesn't show up. Here is the example
------------
<extension
point="org.eclipse.ui.actionSets">
<actionSet
label="XXX"
visible="true"
id="com.xxx.eclipse.plugins.actionSet">
<action
label="Test"
icon="icons/test.gif"
tooltip="Test"
class="com.xxx.eclipse.Test"
menubarPath="help/helpEnd"
id="com.xxx.eclipse.Test">
</action>
</actionSet>
</extension>
--------------
Has menubarPath for help has been changed in 3.0M8 ?
I also have Preference Page, search Page and a view in the same plugin.
And that seemed to work fine.
Any help is appreciated. Thanks in advance.
|
|
|
Powered by
FUDForum. Page generated in 0.02589 seconds