MessageLog

Undocumented in source.

Constructors

this
this(string text)
Undocumented in source.

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
length
ulong length()
Undocumented in source. Be warned that the author may not have intended to support it.
lineInfo
LineInfo lineInfo(int line)
Undocumented in source. Be warned that the author may not have intended to support it.
onCommand
void onCommand(EditorCommand com)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
ChunkedRange!char opSlice(size_t from, size_t to)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
putf
void putf(const(char)[] fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
putfln
void putfln(const(char)[] fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
putln
void putln(const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ReadHelpers!()
Undocumented in source.

Variables

selection
Selection selection;
Undocumented in source.

Meta