Page 1 of 1

Controlling mouse click in xWatch view

Posted: Tue Apr 14, 2015 7:05 pm
by sderrick
When I'm stepping through a script and have the xWatch view on top. I use this a lot since the variables view is almost worthless because Saxon has completely broken the ability to evaluate a variable "now".

Anyway back to the topic at hand.

If I click on an item in the xWatch list, instead of setting focus to that item it takes me to a detailed view of the item. Is there a way to have it grab focus and only go to the detailed view with a double click?

Scott

Re: Controlling mouse click in xWatch view

Posted: Wed Apr 15, 2015 11:16 am
by Radu
Hi Scott,

Right now we do not have a setting for this. What would be the use case of setting the focus to the list and avoid seeing the value of the evaluated xpath?
If you are annoyed by the fact that the Nodes/Values Set tab always jumps to front and hides important views in the same tab like the Stack, you can drag it by the tab and dock it someplace else in the Debugger perspective, for example dock it so that it is located side by side with the tabbed pane in which it is currently located.

Regards,
Radu

Re: Controlling mouse click in xWatch view

Posted: Wed Apr 15, 2015 3:54 pm
by sderrick
Thanks, I will try that.