To display more information on a field in a data explorer window, click the desired field. This pushes the currently displayed data onto the window's stack, displaying the requested information. An up arrow (
) will appear to indicate that this data explorer contains other view(s) on its stack. To return to the previous data explorer view, click this arrow. In our "view my_tree" example above:
When we click "language", we get the item pointed to by "language" in the same data explorer window:
The default binding for this action is:
Mouse1*Click1@View=viewcommand ViewField=%y wid=%w |
To return to the first window, click the Pop button (
). The Pop button may be pressed once for each view that has been pushed.
To open a new data explorer window to display a field, double click the field. This leaves the original window unchanged. The view stack is not transferred, so the new explorer will not have any views on its stack even if the original one did.
The default binding for this action is:
Mouse1*Click2@View=viewcommand NewViewField=%y wid=%w |