I've read the section about Markers in the Eclipse-book "building
commercial-quality plug-ins for eclipse 3.1 and 3.2".
But my editor isn't a resource/file but is a multi-page editor with
eclipse forms 3.3, so i was wondering if i could use the problemmarker on
my form to indicate e.g. validation errors ? or is this not possible ?
I also noticed the possibility to add MessageHyperlinkListener to my form
to show e.g. validation errors and that's working fine, but can i use the
problemmarkers and problems view to show those errors ? or is this not the
way eclipse should work ?
and is it also possible to indicate errors that there are errors on
another page/tab of my multi-page editor then the active one?