When the caret is positioned inside a new context, a tooltip will be shown for a couple of
seconds displaying the position of the caret relative to the current element context.
Here are the common situations that can be encountered:
- The caret is positioned before the first block child of the current node.
Before first block
- The caret is positioned between two block elements.
Between two block elements
- The caret is positioned after the last block element child of the current node.
After last block
- The caret is positioned inside a node.
Inside a node
- The caret is positioned inside an element, before an inline child element.
Before an inline element
- The caret is positioned between two inline elements.
Between two inline elements
- The caret is positioned inside an element, after an inline child element.
After an inline element
The nodes in the previous cases are displayed in the tooltip window using their names.
You can deactivate this feature by unchecking the check box. Even if this option is disabled, you can trigger the display of the
position tooltip by pressing Shift+F2.
Note: The position information tooltip is not displayed if one of the modes Full Tags with
Attributes or Full Tags is selected.