Clear All Undo/Redo History command¶
Summary¶
Clears all the undo and redo history.
Description¶
Clears all the undo and redo history.
How to Run¶
Default Menu: None
All Commands: Edit > Undo > Clear All Undo/Redo History
Toolbar: (on the arrow) / (on the arrow)
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_CLEAR_UNDO_REDO_HISTORY (4063)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4063);
[VBScript]¶
editor.ExecuteCommandByID 4063