Text editor specific actions

<oXygen/> provides user actions common in any text editor:

 Undoing and redoing user actions

  • Edit->Undo (Ctrl+Z)or the toolbar button Undo to reverse a maximum of 100 editing actions to return to the preceding state. Complex operations like "Replace All", "Indent selection", etc are treated as a single undo event.

  • Edit->Redo (Ctrl+Shift+Z)or the toolbar button Redo to recreate a maximum of 100 editing actions that were undone by the Undo function.