[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Toolbars' & Layout Manager

Hello,

My application has a lot of toolbars and they're bound to two different editor-types.  When I switch between editor-types, it takes Eclipse FOREVER to hide the toolbars for the first editor-type and then show a different set of toolbars for the next editor-type.  I think that this is because each time another toolbar becomes visible, Eclipse seems to go through hoops to fit it into a good position in the main toolbar region.  Is there a way to temporarily toggle on/off this toolbar layout manager so that it will only re-layout the toolbars once - that is, when I'm done turning on ALL the toolbars for that editor-type?

Thanks in advance for any help you may provide!
~Dan