
I think that it will be usefull for use if SyntaxEditor will display all messages for one tag at the same time.
For example if I have some tag with two mandatory attributes and I didn't enter them I expect to see all error for this tag at the same time. Currently if I have "<sometag>" entered, first I see "The required attribute 'attr1' is missing" and when I fix this problem I see again "The required attribute 'attr2' is missing". It will be better to receive something like that:
"The required attribute 'attr1' is missing.
"The required attribute 'attr2' is missing"
For example if I have some tag with two mandatory attributes and I didn't enter them I expect to see all error for this tag at the same time. Currently if I have "<sometag>" entered, first I see "The required attribute 'attr1' is missing" and when I fix this problem I see again "The required attribute 'attr2' is missing". It will be better to receive something like that:
"The required attribute 'attr1' is missing.
"The required attribute 'attr2' is missing"