There are two basic ways of selecting text in KatePart: using the mouse, and using the keyboard.
To select using the mouse, hold down the
mouse button while dragging the mouse cursor from where the selection should start, to the desired end point. The text gets selected as you drag.Double-clicking a word will select that word.
Triple-clicking in a line will select the entire line.
If Shift is held down while clicking, text will be selected:
If nothing is already selected, from the text cursor position to the mouse cursor position.
If there is a selection, from and including that selection to the mouse cursor position.
Note
When selecting text by dragging the mouse, the selected text is copied to the clipboard, and can be pasted by clicking the middle mouse button in the editor, or in any other application to which you want to paste the text.
To select using the keyboard, hold down the Shift key while using the navigation keys (Arrow keys, PgUp, PgDn, Home and End, possibly in combination with Ctrl to extend the move of the text cursor).
See also the section Navigating in the Text in this chapter.
To Copy the current selection, use the → menu item or the keyboard shortcut (defaults to Ctrl+C).
To Deselect the current selection, use the → menu item, or the keyboard shortcut (default is Ctrl+Shift+A), or click with the mouse button in the editor.
When Block Selection is enabled, you can make “vertical selections” in the text, meaning selecting limited columns from multiple lines. This is handy for working with tab separated lines for example.
Block Selection can be toggled using the → menu item. The default keyboard shortcut is Ctrl+Shift+B.
If Overwrite Selection is enabled, typing or pasting text into the selection will cause the selected text to be replaced. If not enabled, new text will be added at the position of the text cursor.
Overwrite Selection is enabled by default.
To change the setting for this option, use the Cursor & Selection page of the Configuration Dialog.
When Persistent Selection is enabled, typing characters or moving the cursor will not cause the Selection to become deselected. This means that you can move the cursor away from the selection and type text.
Persistent Selection is disabled by default.
Persistent Selection can be enabled in the Cursor & Selection page of the Configuration Dialog.
Warning
If Persistent Selection and Overwrite Selection are both enabled, typing or pasting text when the text cursor is inside the selection will cause it to be replaced and deselected.