Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > View category

Command: Wrap by Characters command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - View category

Wrap by Characters command

Summary

Wraps lines by specified number of characters.

Description

Wraps each line after a specified length of characters (in bytes). This command is equivalent to selecting Specified Characters from the Wrap by drop-down list box on the General page of the Configuration Properties dialog box.

How to Run

Default Menu: View > Wrap by Characters

All Commands: View > Wrap by Characters

Toolbar: wrapbychar

Status Bar: None

Default Shortcut Key: CTRL+2

Plug-in Command ID

EEID_WRAP_BY_CHAR (4209)

Macros

[JavaScript]

editor.ExecuteCommandByID(4209);

[VBScript]

editor.ExecuteCommandByID 4209

Copyright © 2003-2023 by Emurasoft, Inc.