I am trying to write an eclipse plugin that will show errors in the gutter on the left side of the editor when someone types data into my xml file that is not valid.
This is basically like a compiler would do for a language.
I can't seem to find any documentation out in the world that suggests how to do this. Any help would be greatly appreciated.
Thanks