Enable 'syntax coloring only' mode
Firstly, thank you for this plugin. It's been a huge help to my workflow to edit coffeescript natively in Eclipse.
However, I often run into a lot of false-positive compiler errors with valid coffeescript that don't seem to go away. When that happens, I'd like to be able to drop into a 'regular text editor with pretty colors' mode. Is this possible?
Thank you for your feedback. I'd be interested in those false positive errors.
Technically, I don't know how to drop into that "regular text editor" mode, it would take some research. What do you mean by "pretty colors"? Pretty in a way that it highlights each occurrence of "if", even in comments, etc?
Just simple syntax highlighting with no real validation or compilation. After using it for a day or two and getting modal dialog warnings popping up as I typed, I switched over the Sublime Text for most of my coffeescript needs. But I'll try using the eclipse plugin today in anger and see if I can catalog some of the errors.
First error so far:

Another error:

Thank you, I'll look into them