Toggle Minimap command

Summary

Toggles the minimap.

Description

Toggles the minimap.

How to Run

  • Default Menu: None

  • All Commands: Window > Scroll > Show Minimap

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_MINIMAP_TOGGLE (3975)

Macros

[JavaScript]

editor.ExecuteCommandByID(3975);

[VBScript]

editor.ExecuteCommandByID 3975