Eclipse + Plugin dev
Submitted by Thursday, 4 September, 2008 - 02:47
on
Hi Guys,
I've inherited a plug-in that was developed for internal use. According to the documentation the process for building \ debugging is as follows:
1. Open project in Eclipse
2. File > Export > JAR File
3. Export to C:\Program Files\jEdit\jars\Plugin.jar
4. Launch JEdit
5. Go to plugin manager and enable the plugin.
This seems to be a rather tedious and takes a long time to test even the simplest change.
Can someone suggest a better way please? Ideally I'd like to be able to add break points that are triggered while using the plugin through JEdit.
I apologize if this is a newbie type question.
Thanks
Warrick
I've inherited a plug-in that was developed for internal use. According to the documentation the process for building \ debugging is as follows:
1. Open project in Eclipse
2. File > Export > JAR File
3. Export to C:\Program Files\jEdit\jars\Plugin.jar
4. Launch JEdit
5. Go to plugin manager and enable the plugin.
This seems to be a rather tedious and takes a long time to test even the simplest change.
Can someone suggest a better way please? Ideally I'd like to be able to add break points that are triggered while using the plugin through JEdit.
I apologize if this is a newbie type question.
Thanks
Warrick