strange menu/toolbar behavior [message #263218] |
Thu, 22 July 2004 11:16 |
Eclipse User |
|
|
|
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="&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>
|
|
|
Powered by
FUDForum. Page generated in 0.02793 seconds