views:

84

answers:

2
A: 
VonC
I don't understand your answer. Is there a command extension that creates the same behaviour as org.eclipse.ui.viewActions does?
flash
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