Chapter 4. Text editor specific actions

Syncro SVN Client provides user actions common in any text editor:

Undoing and redoing user actions

  • EditUndo (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.

  • EditRedo (Ctrl+Y for Windows, Ctrl+Shift+Z for Mac OSX and Linux) to recreate a maximum of 100 editing actions that were undone by the Undo function.