Navigating the Document Content in Text Mode
Oxygen XML Editor plugin includes some useful features to help you navigate XML documents in Text mode.
Using the Keyboard
Oxygen XML Editor plugin allows you to quickly navigate through a document using the Ctrl + CloseBracket (Command + CloseBracket on OS X) key to go to the next XML node and Ctrl + OpenBracket (Command + OpenBracket on OS X) to go to the previous one.
To navigate one word forward or backwards, use Ctrl + RightArrow (Command + RightArrow on OS X), and Ctrl + LeftArrow (Command + LeftArrow on OS X), respectively. To position the cursor at the beginning or end of the document you can use Ctrl + Home (Command + Home on OS X), and Ctrl + End (Command + End on OS X), respectively.
Navigation Shortcuts
Oxygen XML Editor plugin includes some keyboard shortcuts to help you quickly navigate to a particular modification. They are also available as actions in the Navigation menu.
- Ctrl+Q - Last Edit Location - Moves the cursor to the last modification in any opened document.
- Alt+LeftArrow (Command+OpenBracket on OS X) - Back - Moves the cursor to the previous position.
- Alt+RightArrow (Command+CloseBracket on OS X) - Forward - Moves the cursor to the next position.
Navigating with the Outline View
Oxygen XML Editor plugin includes a very useful Outline view that displays a hierarchical tag overview of the currently edited XML Document.
You can use this view to quickly navigate through the current document by selecting nodes in the outline tree. It is synchronized with the editor area, so when you make a selection in the Outline view, the corresponding nodes are highlighted in the editor area.
Outline View Navigation in Text Mode
Using the Breadcrumb to Navigate
A breadcrumb on the top stripe indicates the path from the document root element to the current element. It can also be used as a helpful tool to navigate to specific elements throughout the structure of the document.
Breadcrumb in Text Mode
The last element listed in the breadcrumb is the element at the current cursor position. Clicking an element from the breadcrumb selects the entire element and navigates to it in the editor area.
Navigating with the Go To Dialog Box
In Text mode, you can navigate precisely to a location in the document you are editing by using the Go To Line (Ctrl+L (Command+L on OS X)) action that is available in the Navigation menu.