Sort Fewest to Most Words command

Summary

Sorts text at the current column by the number of words in ascending order.

Description

Sorts text at the current column by the number of words in ascending order.

How to Run

  • Default Menu: Sort > Sort Fewest to Most Words

  • All Commands: Sort > Sort Fewest to Most Words

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_SORT_WORDS_A (3945)

Macros

[JavaScript]

editor.ExecuteCommandByID(3945);

[VBScript]

editor.ExecuteCommandByID 3945