coffeescript-eclipse icon indicating copy to clipboard operation
coffeescript-eclipse copied to clipboard

Enable 'syntax coloring only' mode

Open divideby0 opened this issue 13 years ago • 5 comments

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?

divideby0 avatar Aug 13 '12 23:08 divideby0

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?

adamschmideg avatar Aug 23 '12 11:08 adamschmideg

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.

divideby0 avatar Aug 24 '12 15:08 divideby0

First error so far:

NPE

divideby0 avatar Aug 24 '12 15:08 divideby0

Another error:

Label provider instance

divideby0 avatar Aug 24 '12 15:08 divideby0

Thank you, I'll look into them

adamschmideg avatar Aug 28 '12 09:08 adamschmideg