VonC
2009-08-06 09:01:48
A:
I don't understand your answer. Is there a command extension that creates the same behaviour as org.eclipse.ui.viewActions does?
flash
2009-08-06 10:26:41
A:
Ok, I've got it.
You can use the org.eclipse.ui.menus extension point and add a new menuContribution with locationURI: "toolbar:yourViewId".
To this menu you can add commands and they will behave like the org.eclipse.ui.viewActions actions.
flash
2009-08-06 10:47:44