anb0s / EasyShell

EasyShell - This Eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected file in the shell, copy file or directory path or run user defined external tools. Key shortcuts and multiple selections are also supported!

Home Page:http://anb0s.github.io/EasyShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any tips to run EasyShell command from other plugin?

tonyho opened this issue · comments

I want to execute the easyshell commands in other plugin, but haven't found a example. Is there any?
Thanks.

Hi, sorry for late answer. No there is no example how to call them.

I can work via command may be:

name="EasyShell Execute"

the dispatch is done here:

public Object execute(ExecutionEvent event) throws ExecutionException {