clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
235 stars 86 forks source link

option to disable error highlight #223

Closed curly-brace closed 9 years ago

curly-brace commented 9 years ago

sometimes it catches strange errors when i type. it can highlight full method with error "class X not found" even if X is single letter of what i was going to type.

it is also annoying that i can't get rid of those red lines. they persist even after successful compilation.

for me it is enough to see line number and description of the error in results. so is it possible to disable this highlighting?

ghost commented 9 years ago

Check latest version. Code completion errors should disappear after 5 sec.

ghost commented 9 years ago

Can I close this issue? Or you still want an option to disable the error highlighting at all?

curly-brace commented 9 years ago

It would be nice to have one though

ghost commented 9 years ago

Ok

curly-brace commented 9 years ago

Thank you!)

ghost commented 9 years ago

To disable error highlighting add this line to your settings:

"haxe_errors_style": "none",