Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » strange menu/toolbar behavior
strange menu/toolbar behavior [message #263218] Thu, 22 July 2004 11:16
Eclipse UserFriend
Originally posted by: wim.lemkens.tiscali.be

I have a custom menu-item and toolbar-item that only appears in a specific
perspective.
When I select a prespective that hasn't that menuitem (it is in the
toplevel-menubar), the menu-item and toolbar disappears, but instead the
grey area gets double as heigh. (You could 4 bars under eachother in that
space)

It was the only item in the toolbar, so maybe it has to do something with
that?


Any idea's?
Thanks,

Wim Lemkens

Here is my plugin.xml


<extension
point="org.eclipse.ui.actionSets">
<actionSet
label="Custom Preferences menu"
id="com.eyetronics.plugintest.actionSet">
<menu
label="Views"
id="viewMenu">
<separator
name="viewGroup">
</separator>
</menu>
<action
toolbarPath="viewGroup"
label="&amp;Reset Views"
tooltip="Reset the 4 3d-viewports"
class="com.eyetronics.plugintest.actions.SampleAction"
icon="icons/sample.gif"
menubarPath="viewMenu/viewGroup"
id="com.eyetronics.plugintest.actions.SampleAction">
</action>
</actionSet>
</extension>
Previous Topic:strange menu/toolbar behevior
Next Topic:adding external jars to plugin's classpath
Goto Forum:
  


Current Time: Tue Jun 03 05:17:57 EDT 2025

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

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

Back to the top