Close All without Save command

Summary

Closes all open files without saving.

Description

This command closes all opened windows without saving. All changes will be discarded.

How to Run

  • Default Menu: None

  • All Commands: File > Close > Close All without Save

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_QUIT_ALL (4363)

Macros

[JavaScript]

editor.ExecuteCommandByID(4363);

[VBScript]

editor.ExecuteCommandByID 4363