Undo All command

Summary

Undo all the previous actions.

Description

Undo all the previous actions.

How to Run

  • Default Menu: None

  • All Commands: Edit > Undo > Undo All

  • Toolbar: (on the arrow)

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_UNDO_ALL (3980)

Macros

[JavaScript]

editor.ExecuteCommandByID(3980);

[VBScript]

editor.ExecuteCommandByID 3980