Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » eclipse 2.1.1 - problem with mainmenu and toolbar
eclipse 2.1.1 - problem with mainmenu and toolbar [message #97902] Mon, 22 September 2003 08:43
Eclipse UserFriend
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
Previous Topic:Code Formatter in Eclispe 3.0
Next Topic:Linux Debug: Cannot connect to VM
Goto Forum:
  


Current Time: Mon Jul 14 03:00:16 EDT 2025

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

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

Back to the top