foldSymbols

Type: Integer[4]

Availability: Read or write at any time

The foldSymbols property of the JadeTextEdit control defines the set of fold point symbols used to mark fold point lines, when the value of the folding property is set to true.

The default value for the JadeTextEdit class is SC_FOLDSYM_ARROWS (0) and for the JadeEditor class it is SC_FOLDSYM_TREESQUARE (3).

The foldSymbols property value can be one of the JadeTextEdit class constants listed in the following table.

Class Constant Integer Value
SC_FOLDSYM_ARROWS 0
SC_FOLDSYM_PLUSMINUS 1
SC_FOLDSYM_TREEROUND 2
SC_FOLDSYM_TREESQUARE 3

Alternatively, you can construct your own fold point symbol set by using the setLinemarkAttributes method to define the attributes of linemarks in the range 25 through 31. (For details, see the Scintilla SCI_MARKERDEFINE command.)