Restore Deleted String command¶
Summary¶
Restores previously deleted string at cursor position.
Description¶
Restores the most recently deleted string at the cursor position.
How to Run¶
Default Menu: None
All Commands: Edit > Paste > Restore Deleted String
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_RESTORE_DELETED (4419)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID (4419);
[VBScript]¶
editor.ExecuteCommandByID 4419