Function TextEdit.toggleFoldLine
Toggle the folding of the code block at the given line.
void toggleFoldLine
(
const(long) line
) nothrow @nogc;
Toggle the folding of the code block at the given line.
void toggleFoldLine
(
const(long) line
) nothrow @nogc;