FYI, I've begun work on a second, more full-featured plugin for Eclipse that will include at a minimum, the following features:
- Syntax checking/error highlighting and reporting ( mostly done, just debugging it now, but will probably need to fine-tune the BrightScript parser a bit more ).
- Structure outline with hyperlinking to Functions/Subs ( done ).
- Code folding ( mostly done, need to integrate deeper AST processing ).
- New Project wizard ( done ).
- References/Declaration search ( mostly done, need to integrate deeper AST processing ).
- Hover help/Online documentation ( started, but docs repackaging for this purpose will take some time ).
- Code assist/Autocompletion ( not started ).
- Code templates ( started ).
- Builder & Deployment wizard i.e. packaging and uploading the code to the box ( not started ).
- Launcher and Debugger integration (i.e. with the on-box Roku debugger) ( not started ).
- Preference pages for most of the above ( started ).
While "in beta" I plan on making this available for free.
Once "in production", this will be trialware, with a small, but reasonable purchase price.
BTW, the current basic plugin with just the syntax color-coding and tab/indentation prefs will stay free.
Anyone interested in the full-featured version?
Please let me know on this thread, so that I can gauge interest and plan my dev time accordingly.
Cheers