Selecting Content in Author Mode
Oxygen XML Author Eclipse plugin includes a variety of features and keyboard shortcuts to help you select content in Author mode.
Selection Shortcuts in Author Mode
- Ctrl + A (Meta + A on macOS)
- Selects all content in the document.
- Shift + Left/Right Arrow Keys
- Begins a continuous selection at the cursor position and extends it one character at a time in the direction that you press the arrow keys.
- Shift + Up/Down Arrow Keys
- Begins a continuous selection at the cursor position and extends it one line at a time in the direction that you press the arrow keys.
- Ctrl + Shift + Left/Right Arrow Keys (Meta + Shift + Left/Right Arrow Keys on macOS)
- Begins a continuous selection at the cursor position and extends it one word at a time in the direction that you press the arrow keys.
- Shift + Home
- Begins a continuous selection at the cursor position and extends it to the beginning of the current line (on macOS, it extends to the beginning of the document).
- Shift + End
- Begins a continuous selection at the cursor position and extends it to the end of the current line (on macOS, it extends to the end of the document).
- Ctrl + Shift + Home
- Begins a continuous selection at the cursor position and extends it to the beginning of the document.
- Ctrl + Shift + End
- Begins a continuous selection at the cursor position and extends it to the end of the document.
- Shift + PageUp
- Begins a continuous selection at the cursor position and extends it up one screen page.
- Shift + PageDown
- Begins a continuous selection at the cursor position and extends it down one screen page.
- Double-Click
- Selects the word at the cursor position.
- Triple-Click
- Selects the node at the cursor position.
- Selects the entire element at the current cursor position.
- Selects the entire content of the element at the current cursor position, excluding the start and end tag. Performing this action repeatedly will result in the selection of the content of the ancestor of the currently selected element content.
- Selects the entire parent element at the current cursor position.
Intelligent Selection in Author Mode
Oxygen XML Author Eclipse plugin supports all usual content selection methods
        using the mouse or keyboard shortcuts (for example Shift + Arrow
            Keys). When selecting content in Author
        mode, there may be instances where you want to select an element (along with its content)
        rather than just inline text content. There are several ways to select an element,
          including:
    - You can select an element by clicking the element name in the breadcrumb.
- You can select an element using the Outline view.
- If you have the  Tags Display
                Mode set to any of the modes other than Tags Display
                Mode set to any of the modes other than Partial Tags or Partial Tags or No Tags, you can select an element directly
            in the main editing pane by clicking on the element's tag. No Tags, you can select an element directly
            in the main editing pane by clicking on the element's tag.
- If you have the  Tags Display
              Mode set to Tags Display
              Mode set to Partial Tags (and the Compact tag layout option is enabled in the
                Author preferences page), you can still select certain
            block elements directly in the main editing pane by spanning the selection to the right
            of the end of the content that is inside a block element so that the selection includes
            the element's invisible end tag. In this mode, the end tag is normally not
            visible, but when your selection includes the invisible end tag, a tooltip displays the
            selected element name and the selection includes the whole element (along with its
            content). Partial Tags (and the Compact tag layout option is enabled in the
                Author preferences page), you can still select certain
            block elements directly in the main editing pane by spanning the selection to the right
            of the end of the content that is inside a block element so that the selection includes
            the element's invisible end tag. In this mode, the end tag is normally not
            visible, but when your selection includes the invisible end tag, a tooltip displays the
            selected element name and the selection includes the whole element (along with its
            content).
