TextEdit.setLineAsBookmark

Bookmarks the line if bookmark is true. Deletes the bookmark if bookmark is false. Bookmarks are shown in the breakpointGutter.

struct TextEdit
@nogc nothrow
void
setLineAsBookmark
(
in long line
,
in bool bookmark
)

Meta