Function TextEdit.foldGutter
If true
, the fold gutter is visible. This enables folding groups of indented lines.
bool foldGutter() nothrow @property @nogc;
void foldGutter
(
bool v
) nothrow @property @nogc;