EasyShell icon indicating copy to clipboard operation
EasyShell copied to clipboard

Any tips to run EasyShell command from other plugin?

Open tonyho opened this issue 3 years ago • 2 comments

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

tonyho avatar May 16 '22 09:05 tonyho

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

I can work via command may be: https://github.com/anb0s/EasyShell/blob/0be1e8877199bf2266cdedc8994563d6b28f531f/plugin/plugin.xml#L12

anb0s avatar Jul 02 '22 08:07 anb0s

the dispatch is done here: https://github.com/anb0s/EasyShell/blob/0be1e8877199bf2266cdedc8994563d6b28f531f/plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/Execute.java#L31

anb0s avatar Jul 02 '22 08:07 anb0s