"MidnightJava" wrote:
I installed the only thing I see at the specified update site, with or without Group by Category enabled. It's Brightscript Core version 1.0.0.201108031520. I was able to convert my project to a Brightscript project; but other than folding and highlighting in the editor, I don't see how to access any of the other capabilities discussed in this thread. And as I mentioned, I'm getting error markers in Brightscrpt code that's been running fine for months.
Re: Feature set
Be sure to select and activate the BrightScript perspective - that should show the rest of the menu-based features.
Activate the BrightScript perspective via this Eclipse menu path: Window->Open Perspective->Other->BrightScript
Re: Incorrect error markers
Unfortunately, that's somewhat expected for now. The parser grammar has a few known bugs (for example, it erroneously flags code fragments with parens and brackets next to each other).
I'll be focusing on getting the parser grammar correct before moving on to new features.
To begin, I'll be ensuring that all the SDK example code is parsed correctly.
After that, for any parsing issues I'll need to see specific example code from the developers as they find them.
So if you can send specific examples, that would help.
Re: Docs/help
At present there are no in-eclipse help files (these will take time to get in place, but they're on the to-do list)
There is however, an initial "bare bones" guide to the eclipse plugin now available (see the initial post on the new thread):
http://rokudev.roku.com/rokudev/eclipsePluginGuide.pdfBTW, going forward, it's best if you post questions/suggestions/issues on the new thread:
viewtopic.php?f=34&t=42578Cheers