Function TextEdit.select
Perform selection, from line/column to line/column.
void select
(
const(long) from_line,
const(long) from_column,
const(long) to_line,
const(long) to_column
) nothrow @nogc;