TextEdit.setLineAsSafe

If true, marks the line as safe. This will show the line number with the color provided in the safe_line_number_color theme property.

struct TextEdit
@nogc nothrow
void
setLineAsSafe
(
in long line
,
in bool safe
)

Meta