set_auto_indent
Description:
If true
auto-indentation of text is enabled.
When Enter is pressed to create a new line, the auto-indentation inserts the same indentation as the previous line. This is not
a
"smart indentation" where an indentation level is added or removed depending on the context.
Parameters:
this |
a SourceView. |
enable |
whether to enable auto indentation. |