viewWhitespace

Type: Integer

Availability: Read or write at any time

The viewWhitespace property of the JadeTextEdit control specifies how space and tab characters are visibly displayed in the text editor.

The viewWhitespace property can be set to one of the JadeTextEdit class constants listed in the following table.

Class Constant Value White space…
SCWS_INVISIBLE 0 Is displayed as an empty background color (the default value)
SCWS_INVISIBLEAFTERINDENT 2 Used for indentation as an empty background color but after the first visible character, it is shown as dots and arrows (for spaces and tabs, respectively)
SCWS_VISIBLEALWAYS 1 Space and tab characters are always drawn as centered dots and arrows, respectively