Function TextEdit.showLineNumbers

If true, line numbers are displayed to the left of the text.

bool showLineNumbers() nothrow @property @nogc;

void showLineNumbers (
  bool v
) nothrow @property @nogc;