Hi folks,
Just a very minor comment about the XML editor. Pressing ctrl-del from within the body of an element deletes the beginning of the closing element tag.
For example, this:
<tag>beforeCursorAfterCursor</tag>
will end up like this:
<tag>beforeCursortag>
when this:
<tag>beforeCursor</tag>
would be more convenient.
Obviously its not a showstopper so I don’t expect you to give it much thought. Might be an easy win though.
Cheers