The menu contains a host of commands, all to work with the currently active document.
Menu Entries
Undo the last editing command (typing, copying, cutting etc.)
If grouped undo is enabled, this may undo several editing commands of the same type, like typing in characters.
Redo the last undo step.
Removes selected text if any, and places a copy of the removed text in the clipboard.
Copies selected text, if any, to the clipboard.
Copies selected text with the syntax highlight as HTML text.
Copies the first item in the clipboard into the editor at cursor position.
If Overwrite Selection is enabled, the pasted text will overwrite the selection, if any.
Selects all text in the editor.
Deselects the selected text in the editor if any.
Toggles Selection Mode. When the Selection Mode is “BLOCK”, you can make vertical selections, ie select column 5 to 10 in lines 9 to 15.
The status bar shows the current state of the Selection Mode, either “NORM” or “BLK”.
Launch the Find Dialog to allow you to search for text in the edited document.
Go to the nearest downwards match of the last text or regular expression searched for, starting from cursor position
Go to the nearest upwards match of the last text or regular expression searched for, starting from cursor position
Launch the Replace Dialog to replace one or more instances of a defined text with something else.
Launches the Go To Line Dialog, allowing you to enter the number of a line to find in the document
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team