Ignore Embedded Spaces command¶
Summary¶
Ignores embedded spaces in each line when comparing documents.
Description¶
Ignores embedded spaces in each line when comparing documents.
How to Run¶
Default Menu: Compare > Ignore Embedded Spaces
All Commands: Compare > Ignore Embedded Spaces
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_IGNORE_EMBEDDED_SPACE (4500)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4500);
[VBScript]¶
editor.ExecuteCommandByID 4500