XPath Buidler does not track row/column position of cursor

Are you missing a feature? Request its implementation here.
csalsa
Posts: 97
Joined: Tue Apr 22, 2008 9:31 am

XPath Buidler does not track row/column position of cursor

Post by csalsa »

I made a mistake in my XPath and in the XPath Builder, I get the message

Code: Select all

XPath failed due to XPath Syntax error at char 79 in {...)[ends-with(name(),'Respons...}" expected ")", found "]"
It would be helpful if the Row/Column cursor position details in the bottom right of the OxygenXML status bar were updated when the cursor moves in the XPath Builder view. That is when the XPath Builder view is active . Currently the cursor position only reflects the row/column of the cursor in the Text Editor.

This way I could easily find where 'char 79' that is reported in the error message is located in my XPath and fix it faster.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: XPath Buidler does not track row/column position of cursor

Post by sorin_ristache »

Hello,

Indeed the cursor position displayed in the status bar is linked only with the editor panel, not with the XPath Builder view. We will link the cursor position also with the XPath Builder view in a future version.


Thank you for your request,
Sorin
Post Reply