Opened 15 years ago
Closed 15 years ago
#1200 closed enhancement (fixed)
Maestro: Consider adding row and column indicators for the XML editor
Reported by: | jbirch | Owned by: | ksgeograf |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
This is probably more trouble than it's worth, but when receiving error messages because of malformed XML, it is handy to be able to navigate to the row/column indicated in the exception. If these could be displayed in the UI then I wouldn't have to launch an external XML editor to help track down.
Note:
See TracTickets
for help on using tickets.
Fixed with r4465.
There is now a line/col indicator at the top. It works, but if you select something, it always shows the bottom-most position, rather than the actual carret position. This is due to a strange implementation of the .Net Textbox, where you cannot control the carret directly, but only manipulate SelectionStart and SelectionLength (and SelectionStart is alway the top-most location, regardless of the carret).