Adds text to the buffer.
procedure AddText(S: ecString); virtual;
AddText method adds S string to the end of the last line in the buffer.
TPlainTextSyntExport Methods