Sort by Similarity command¶
Summary¶
Sorts by similarity to the current line of the current column.
Description¶
Sorts by similarity to the current line of the current column.
How to Run¶
Default Menu: Sort > Sort by Similarity
All Commands: Sort > Sort by Similarity
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_SORT_SIMILARITY (23286)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(23286);
[VBScript]¶
editor.ExecuteCommandByID 23286