tried to solve using the CodeMirror or Ace editor. I tend to CodeMirror, but there is one feature of Ace that I really like, and that is how it performs parsing. As I type, a warning or error icon appears in the left area of โโthe gutter next to the line number, and when I hover over it, this gives me a small description.
Is there a way to get this functionality in CodeMirror? In particular, I use css mode for CodeMirror.
It would also be nice to add your own validation.
Thanks.
rawr
source share