Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Can I control toolbar order?
Can I control toolbar order? [message #487357] Tue, 22 September 2009 20:50 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: September 2009
Junior Member
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 21:05 Go to previous message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

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: Thu Apr 25 16:29:04 GMT 2024

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

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

Back to the top