Clear Marker Match Count command

Summary

Clears match counts of all markers in the current document.

Description

Clears match counts of all markers in the current document.

How to Run

  • Default Menu: None

  • All Commands: View > Markers > Clear Match Count

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_MARKER_CLEAR_COUNT (4043)

Macros

[JavaScript]

editor.ExecuteCommandByID(4043);

[VBScript]

editor.ExecuteCommandByID 4043