Multi-level Undo and Redo in InTouch Scripting
- Last UpdatedAug 08, 2017
- 1 minute read
You can selectively undo a sequence of changes made to your script. The number of changes that can be undone is limited only by the amount of available memory.
-
Use main menu options Edit, then Undo or Ctrl+Z to undo edits. You can also use context menu options to undo and redo.
-
Use main menu options Edit, then Redo or Ctrl+Y to redo edits. You can also use context menu options to undo and redo.
An undone change can be redone. Redo mirrors undo changes.
A single undo typically is comprised of sequences of typing or deleting, which can be interrupted by interaction with an autocomplete list or by moving the cursor with the mouse, or by clicking elsewhere in the script.
All pending undo and redo actions are lost if you close the Script Editor or switch to another script within the Script Editor.