Function TextEdit.hidingEnabled
If true
, all lines that have been set to hidden by setLineAsHidden
, will not be visible.
bool hidingEnabled() nothrow @property @nogc;
void hidingEnabled
(
bool v
) nothrow @property @nogc;