| Did you know ... | Search Documentation: |
| editor->append |
<-left_margin
is not zero, editor->align
the last line to editor<-left_margin.
Then append the text. If editor<-auto_newline
is @on, append
a newline too. Set the editor->caret
at the end of the buffer.
editor->print editor->insert’s
the text at the editor<-caret,
followed by a newline character if editor<-auto_newline
equals @on.
Bugs: Messy. New code should use the editor->align
and editor->format
methods.
-left_margin -auto_newline