Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Can I control toolbar order?
Can I control toolbar order? [message #487357] Tue, 22 September 2009 16:50 Go to next message
Eclipse UserFriend
In my plugin.xml I have specified an item to be included in the main toolbar. When I start eclipse, my item appears in the toolbar, but it is in the middle of all of the other toolbar icons. Is there a way for me to get it so that my item appears as the last (i.e., right-most) item in the toolbar? If I added it programmatically instead of in my plugin.xml would it be put on the end? If so, how would I go about adding it programmatically?

Regards,
Dave
Re: Can I control toolbar order? [message #487358 is a reply to message #487357] Tue, 22 September 2009 17:05 Go to previous message
Eclipse UserFriend
Hi,

you can use ?before=id or ?after=id

Please see: http://www.vogella.de/articles/EclipseCommands/article.html
for details.

Best regards, Lars

--
http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials
http://www.twitter.com/vogella - vogella on Twitter

dpalmier@us.ibm.com wrote:
> In my plugin.xml I have specified an item to be included in the main
> toolbar. When I start eclipse, my item appears in the toolbar, but it
> is in the middle of all of the other toolbar icons. Is there a way for
> me to get it so that my item appears as the last (i.e., right-most) item
> in the toolbar? If I added it programmatically instead of in my
> plugin.xml would it be put on the end? If so, how would I go about
> adding it programmatically?
>
> Regards,
> Dave
Previous Topic:How to load complex external configurations at a RCP application?
Next Topic:Ability to adjust the opacity of the Shell
Goto Forum:
  


Current Time: Tue Jul 01 16:19:08 EDT 2025

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

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

Back to the top