edgeMode

Type: Integer

Availability: Read or write at any time

The edgeMode property of the JadeTextEdit control contains the mode that is used to display long lines in the text editor.

The JadeTextEdit class constants that specify the edge mode are listed in the following table.

Class Constant Value Description
SC_EDGE_BACKGROUND 2 The background color of characters after the column limit is changed to the value of the edgeColor property.
SC_EDGE_LINE 1 A vertical line is drawn at the column number specified in the edgeColumn property. The line is drawn at a position based on the width of a space character in the default style. This edge mode may not work very well if your styles use proportional fonts, if your styles have varied font sizes, or you use a mixture of bold, italic, and normal text font attributes.
SC_EDGE_NONE 0 Long lines are not marked (the default value).