I've got an rpc-app with a menu and coolbar defined (using eclipses
menu/coolbar). Menu and coolbar are defined programmatically in my
'ActionBarAdvisor' in the fillMenuBar- and fillCoolbar-methods.
There are two toolbarmanager added to the coolbar programmatically.
While may rcp-app is running I open some perspectives that also define
their menu and toolbar (this time defined in the plugin.xml). These
defined menus and toolbars are added to the main eclipse menu-/coolbar
as well.
So far no problem.
What I want to do now is to put the toolbar-items defined in the
plugin.xml of the perspectives, in the middle of my two toolbarmanager
that where defined programmatically in the rcp-app and added to the coolbar.
Is there a way to achieve this?
I read something about using groupmarker or separators, but I didn't
manage to do what I want.