Customizing the Project View
The API method StandalonePluginWorkspace.getProjectManager() allows access to various project-related functionalities:
-
Add a new contextual menu action in the Project view.
-
Access the set of resources currently selected in the Project view.
-
Customize the icons that appear in the Project view.
A sample JavaScript-based plugin that uses this API to add a new contextual menu to the Project view can be found here: https://github.com/oxygenxml/wsaccess-javascript-sample-plugins/tree/master/OpenInTerminalProjectContextualAction.