Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How do i lock a toolbar in an extension point?
How do i lock a toolbar in an extension point? [message #601758] Mon, 21 September 2009 19:29 Go to next message
Eclipse UserFriend
I have a plugin that created a custom toolbar, which is represented as an extension point. When new toolbars show up, they push the custom toolbar around. I would like to lock it in one place so it does not move, how do i do this?
Re: How do i lock a toolbar in an extension point? [message #603046 is a reply to message #601758] Fri, 30 October 2009 13:47 Go to previous message
Eclipse UserFriend
If you set your toolbar after additions and eclipse plugins register their points after a certain entry, additions get moved so yours get moved to.

You can specify your menu e.g. next to the save menu and it will be locked there since the save menu is locked by eclipse.

All ids can be looked up in this class:

IWorkbenchActionsConstants
Previous Topic:How do i lock a toolbar in an extension point?
Next Topic:Building org.eclipse.epp.package.java
Goto Forum:
  


Current Time: Tue Jul 08 00:50:53 EDT 2025

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

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

Back to the top