Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add preference for backspace unindenting #3355

Merged
merged 4 commits into from
Jan 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/geany.glade
Original file line number Diff line number Diff line change
Expand Up @@ -3306,7 +3306,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
<property name="position">2</property>
</packing>
</child>
</object>
Expand Down
5 changes: 5 additions & 0 deletions doc/geany.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,11 @@ Tab key indents
unindent, but this preference allows the tab key to have different
meanings in different contexts - e.g. for snippet completion.

Backspace key unindents
If set, pressing backspace while the cursor is in leading whitespace
will reduce the indentation level, unless the indentation mode is tabs.
Otherwise, the backspace key will delete the character before the cursor.

Editor Completions preferences
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down