EasyShell
EasyShell copied to clipboard
Any tips to run EasyShell command from other plugin?
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: https://github.com/anb0s/EasyShell/blob/0be1e8877199bf2266cdedc8994563d6b28f531f/plugin/plugin.xml#L12
the dispatch is done here: https://github.com/anb0s/EasyShell/blob/0be1e8877199bf2266cdedc8994563d6b28f531f/plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/Execute.java#L31