Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Moving group added via menu trim
Moving group added via menu trim [message #308390] Thu, 21 September 2006 10:05 Go to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

Hi,

I've been playing with adding a group+widget via the menu trim.

I've successfully placed a combo on the top left of the workbenchwindow.
However, if it is moved via the "Dock On" context menu, there doesn't seem to be
a way to get it back to top left. "Top" is top right.

I am using the following plugin.xml:
<extension
point="org.eclipse.ui.menus">
<group
id="com.crt.mbs.comboGroup"
separatorsVisible="true">
<location>
<bar type="trim"/>
<order position="before" relativeTo="command1"></order>
</location>
</group>
<widget
class="com.crt.mbs.actions.WorkbenchWidget"
id="com.crt.mbs.actions.WorkbenchWidget">
<location>
<bar path="com.crt.mbs.comboGroup" type="trim"/>
</location>
<layout fillMajor="false" fillMinor="true"/>
</widget>
</extension>
--
Derek
Re: Moving group added via menu trim [message #308393 is a reply to message #308390] Thu, 21 September 2006 11:21 Go to previous message
Eclipse UserFriend
Derek Morris wrote:
> Hi,
>
> I've been playing with adding a group+widget via the menu trim.
>
> I've successfully placed a combo on the top left of the workbenchwindow.
> However, if it is moved via the "Dock On" context menu, there doesn't
> seem to be a way to get it back to top left. "Top" is top right.

The Dock On behaviour is to add the widget to the "end" of that side.
You can drag it back to the left if you want.

Later,
PW
Previous Topic:Workbench status line
Next Topic:Will the Callisto Discovery site itself be updated?
Goto Forum:
  


Current Time: Fri Jul 25 02:36:48 EDT 2025

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

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

Back to the top