I am trying to add a very simple action to the Eclipse context menu: by right-clicking on the folder object, this action should call an external tool (configured in External Tools), using the path as the only parameter.
I found a tutorial on how to add a context menu , but it is more complicated than what I need - I don’t know, I really want to create a plugin, I don’t even want to create classes to do what I want. My only goal is to call an external tool.
How can i do this?
source
share