- Apr 10, 2000
- 19,579
- 17
- 81
I've been using Eclipse for quite some time and love it. I'd like to add a "feature" if possible but not sure how to go about doing it.
We use a CM system called RCS and I have some scripts which help me checkout/checkin files.
I want to add a popup menu option in the resource tab that will allow a user to "checkout" and "checkin" files. If they choose one of those options, I want eclipse to run the appropriate script.
I.E. User right clicks on helloworld.java and chooses RCS->checkout file which then runs the script called checkout.
Do I need to develop a plugin to do this? If so, is there any recommended tutorial on plugin development because it doesn't look simple to me.
TIA!
We use a CM system called RCS and I have some scripts which help me checkout/checkin files.
I want to add a popup menu option in the resource tab that will allow a user to "checkout" and "checkin" files. If they choose one of those options, I want eclipse to run the appropriate script.
I.E. User right clicks on helloworld.java and chooses RCS->checkout file which then runs the script called checkout.
Do I need to develop a plugin to do this? If so, is there any recommended tutorial on plugin development because it doesn't look simple to me.
TIA!