Close without Save command

Summary

Closes the current file without saving.

Description

This command closes the current file without saving. All changes will be discarded.

How to Run

  • Default Menu: None

  • All Commands: File > Close > Close without Save

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_APP_QUIT (4120)

Macros

[JavaScript]

editor.ExecuteCommandByID(4120);

[VBScript]

editor.ExecuteCommandByID 4120