| Did you know ... | Search Documentation: |
| editor->insert_self |
times times.
The editor->insert
method calls editor->insert_self_fill
if editor<-auto_fill_mode equals @on.
The editor->insert_self_fill
calls editor->auto_fill
if -after the insertion-, the text extends the editor<-right_margin.
Normally this fills the remainder of the paragraph. By redefining editor->auto_fill,
more specialised handling of long lines can be implemented.
-fill_mode