eclipse 2.1.1 - problem with mainmenu and toolbar [message #97902] |
Mon, 22 September 2003 08:43 |
Eclipse User |
|
|
|
Originally posted by: olga.hadiko.de
Hallo All,
i have a problem with mainmenu and toolbar. The extension point for it is:
<extension point = "org.eclipse.ui.actionSets">
<actionSet
id="com.abc.ActionSet"
label="ActionSet"
visible="true"
description="">
<menu
id="com.abc.MainMenu"
label="MainMenu">
<separator name="samples"/>
</menu>
<action id="com.abc.NewAction"
menubarPath="file/fileStart"
toolbarPath="Normal"
label="Test"
tooltip="Test"
state="true"
class="com.abc.MainMenuActios"/>
</actionSet>
</extension>
This works perfect with old versions of eclipse, but not with the version
2.1.1
Thanks!
Olga
|
|
|
Powered by
FUDForum. Page generated in 0.05422 seconds