That’s enough when editing from the ZGE IDE, since it opens the node directly. But I was wondering if it would be possible to also add the real XML position for external editors.Error in expression for node: Zlibrary
")" expected ")" (line: 86, col: 24)
In my case, that would be: line 5122, col 24.
Something like:
or")" expected ")"
ZGE line: 86, col: 24
XML line: 5122, col: 24
or")" expected ")"
ZGE position: line 86, col 24
XML position: line 5122, col 24
or")" expected ")" (ZGE: 86:24 | XML: 5122:24)
(Since only the line will change)")" expected ")" (line: 86 [XML: 5122], col: 24)
I don’t know if there’s a good or official notation for that.