Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclispe 3.0M8 - Plugin - UI ActionSet
Eclispe 3.0M8 - Plugin - UI ActionSet [message #218641] Tue, 30 March 2004 21:31
Eclipse UserFriend
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.
Previous Topic:Clean option in M8 works funny..
Next Topic:Exiting Debug perspective when hitting a breakpoint
Goto Forum:
  


Current Time: Sat Nov 02 20:03:10 GMT 2024

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

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

Back to the top