Wrap Indent command¶
Summary¶
Enables or disables Wrap Indent.
Description¶
Enables or disables Wrap Indent. When this command is enabled, indents will be carried over when lines are wrapped.
How to Run¶
Default Menu: View > Tab/Indent > Wrap Indent
All Commands: View > Tab/Indent > Wrap Indent
Toolbar:
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_TOGGLE_WRAP_INDENT (4542)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4542);
[VBScript]¶
editor.ExecuteCommandByID 4542