Add Next Next Occurrence command

Summary

Adds the next next occurrence of the specified text to the selection.

Description

Adds the occurrence after the next occurrence of the specified text to the selection.

How to Run

  • Default Menu: Search > Add Next Next Occurrence

  • All Commands: Search > Add Next Next Occurrence

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_ADD_NEXT2_OCCURRENCE (4605)

Macros

[JavaScript]

editor.ExecuteCommandByID(4605);

[VBScript]

editor.ExecuteCommandByID 4605