return_does_auto_indent 84 src/editor/edit.c .return_does_auto_indent = TRUE, return_does_auto_indent 3664 src/editor/edit.c if (edit_options.return_does_auto_indent && !bracketed_pasting_in_progress) return_does_auto_indent 3671 src/editor/edit.c if (edit_options.return_does_auto_indent && !bracketed_pasting_in_progress) return_does_auto_indent 40 src/editor/edit.h gboolean return_does_auto_indent; return_does_auto_indent 168 src/editor/editoptions.c QUICK_CHECKBOX (N_("&Return does autoindent"), &edit_options.return_does_auto_indent, NULL), return_does_auto_indent 342 src/setup.c { "editor_return_does_auto_indent", &edit_options.return_does_auto_indent },