 |  |  |  | Command |  | Argument |
 | Datatype |  | Default |  | Min |  | Max |  |
 |  | Format: |  | Undo | | Steps
= Number of steps to undo |
| INT |  | 1 |
 | - |
 | - |  |  |
 | Python: |
 | This command is mainly for internal use. It is not available in Python. |
 |  |  | Menu: |  | Edit > Undo |  |  |
 | Keys: |  | <Ctrl>+<U> - Undo the last edit step
<Ctrl>+<Z> - As above, to match other applications
|  |  |  | Related: |  | Redo, UndoLevels
|  |  |
 | Required: |  |  |  |
 |
The Undo command reverses the specified number of editing steps.
Undo and Redo
only affect changes to the soup and the way it is visualized
(i.e. commands in the menus File, Edit
, View and Effects
). For other commands, Undo/ Redo
makes little sense (e.g. changing the window size). Molecular dynamics simulations can also not be
'undone'. The number of Undo-levels can be changed
, setting it to 0 significantly speeds up the handling of extremely large protein structures.
Example:
Undo 3
Undo the last three edit steps.
|