NSIS Plugin for Eclipse
I'm working on a NSIS plugin for eclipse. The goal is to eventually have a full fledged NSIS IDE, but for now I'm starting with the basics. If any good Java developers out there are interested in lending a hand, send me a PM.
So far I've implemented a NSIS editor with syntax highlighting, and added stubs for the extension points in Eclipse I want to use. The following things still need to be done:
- content assist in editor and color tweaking
- preference page store (global workbench options)
- resource page store (specify compiler options for .nsi file)
- code generating wizard using JET
After all that's finished (and it shouldn't take much work) the plugin should be reasonably useful. I should have the first three items done on my own within the next couple of weeks. Having someone help out with the wizard and JET code generation would be good.
If interested send me a PM...
I'll post a message when I'm done with the above items (approx a month), and anybody who wants to check it out can.