Visual Hints for the Cursor Position
When the cursor is positioned inside a new context, a tooltip will be shown for a couple of seconds displaying the position of the cursor relative to the context of the current element.
Here are some of the common situations that can be encountered:
- The cursor is positioned before the first block child of the current node.
Figure: Before first block
- The cursor is positioned between two block elements.
Figure: Between two block elements
- The cursor is positioned after the last block element child of the current node.
Figure: After last block
- The cursor is positioned inside a node.
Figure: Inside a node
- The cursor is positioned inside an element, before an inline child element.
Figure: Before an inline element
- The cursor is positioned between two inline elements.
Figure: Between two inline elements
- The cursor is positioned inside an element, after an inline child element.
Figure: After an inline element
The nodes in these cases are displayed in the tooltip window using the element names.
To deactivate this feature, open the Preferences dialog box , go to , and disable the Show cursor position tooltip option. Even if this option is disabled, you can trigger the display of the position tooltip by pressing Shift+F2.
Tags display
mode drop-down menu.Location Tooltip
Figure: Location Tooltip
- You are editing the document in one of the following tags display modes: Inline Tags, Partial Tags, No Tags.
- The mouse pointer is moved between block elements.
To activate or deactivate this feature, use the Show location tooltip on mouse move option in the Cursor Navigation preferences page.