Reset All Setting command

Summary

Resets all EmEditor settings and restarts EmEditor.

Description

Resets all EmEditor settings and restarts EmEditor.

How to Run

  • Default Menu: Tools > Reset All Settings

  • All Commands: Tools > Reset All Settings

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_RESET_ALL (3860)

Macros

[JavaScript]

editor.ExecuteCommandByID(3860);

[VBScript]

editor.ExecuteCommandByID 3860