-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable 'syntax coloring only' mode #7
Comments
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. |
Thank you, I'll look into them |
fixed version number from 0.0.3 to 0.3.0
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?
The text was updated successfully, but these errors were encountered: