Count Marker Matches command

Summary

Counts matches of all markers in the current document.

Description

Counts matches of all markers in the current document.

How to Run

  • Default Menu: None

  • All Commands: View > Markers > Count Matches

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_MARKER_COUNT_MATCHES (4042)

Macros

[JavaScript]

editor.ExecuteCommandByID(4042);

[VBScript]

editor.ExecuteCommandByID 4042