I
imichel
Hello,
I have a 3rd party plugin that is normally triggered by a right-click
option on the eclipse IDE. I'd like to be able to trigger the action
of this right-click option without opening up eclipse. I haven't had
much plugin development experience, but it seems to me like the the
java code assosiated to the plugin needs to be an on API in order for
me to do this. If this were the case I would create a plugin which
points to the appropriate class and invoke methods on it. The API for
this plugin isn't open, so I face a problem of finding an alternate
solution. I am wondering if any one has heard of a plugin that
simulates an IDE click or action as I want to do.
Thanks,
Ian Michel
I have a 3rd party plugin that is normally triggered by a right-click
option on the eclipse IDE. I'd like to be able to trigger the action
of this right-click option without opening up eclipse. I haven't had
much plugin development experience, but it seems to me like the the
java code assosiated to the plugin needs to be an on API in order for
me to do this. If this were the case I would create a plugin which
points to the appropriate class and invoke methods on it. The API for
this plugin isn't open, so I face a problem of finding an alternate
solution. I am wondering if any one has heard of a plugin that
simulates an IDE click or action as I want to do.
Thanks,
Ian Michel