Posted By:
Anonymous
Posted On:
Tuesday, February 3, 2009 06:26 PM
Hi, I have added a plug in, that works fine in Eclipse, but I want to see the source code and maybe modify it. I have tried two different ways... 1) File -> Import -> Plug in faragment -> ... Now the problem with this is the source code doesn't appear, but i'm able to launch the 'new' plugin 2) (As i have a .jar file of the source) File -> import -> Existing project -> From archive... Now this has the source code, but the plugin editor side of it is missing, and any changes I make are only seen in the code, and can't be tested. (its missing the plug in manifest)
More>>
Hi,
I have added a plug in, that works fine in Eclipse, but I want to see the source code and maybe modify it. I have tried two different ways...
1) File -> Import -> Plug in faragment -> ...
Now the problem with this is the source code doesn't appear, but i'm able to launch the 'new' plugin
2) (As i have a .jar file of the source)
File -> import -> Existing project -> From archive...
Now this has the source code, but the plugin editor side of it is missing, and any changes I make are only seen in the code, and can't be tested. (its missing the plug in manifest)
Is there a way to import a plug in, or to convert a project to a plugin build??
Many thanks.
Mark
<<Less