No Wrap command¶
Summary¶
Displays each line without wrapping.
Description¶
Displays each line without wrapping. This command is equivalent to selecting No Wrap from the Wrap by drop-down list box on the General page of Configuration Properties dialog box.
How to Run¶
Default Menu: View > No Wrap
All Commands: View > No Wrap
Toolbar:
Status Bar: None
Default Shortcut Key: CTRL+1
Plug-in Command ID¶
EEID_WRAP_NONE (4208)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4208);
[VBScript]¶
editor.ExecuteCommandByID 4208