ahn / vaadin-aceeditor

Vaadin wrapper for Ace editor
Apache License 2.0
24 stars 37 forks source link

Is there a way to disable error messages in editor #64

Closed FollowSteph closed 7 years ago

FollowSteph commented 7 years ago

I apologize for posting this here but I didn't know where else to post it.

Is there a way to remove the red error markers on the left side of the editor? I ask because my files are a combination of html and a special templating engine. So although the code is valid the editor is showing errors. Is there a way to disable the red x's showing errors?

FollowSteph commented 7 years ago

My apologies, I just discovered how. I should've waited to post this. For anyone interested you do:

aceEditor.setUseWorker(false);