How to contribute Actions to the Eclipse Workbench

 

The article from the Eclipse Corner (link below) explains how you, as a plug-in developer, contribute actions to views and editors to extend the Eclipse workbench.

In detail, you will learn how to:

·         add actions to an editor

·         add a submenu to a view

·         add actions to an object (like a java file)

·         add actions to a view’s menu and toolbar

·         add actions to an editor’s toolbar

·         add actions to an editor’s menu bar

·         add an action set

 

 

Look at the Contributing Actions to the Eclipse Workbench article.