| Did you know ... | Search Documentation: |
| editor-editable |
See also editor->show_caret
for hiding the caret on read-only editors.
BUG: In the original design, methods were fixed and methods
either implemented behaviour intended for user interaction or methods
intended for program interaction. The editor->editable
flag only affected interactive methods. Some of this distinction still
remains. It is adviced to set editable to @on
before modifying a read-only editor
object from the program to avoid confusion.
-modified