diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-18 22:27:36 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-18 22:27:36 +0100 |
commit | f40f1e0c90cddb9546373f6111c5f7ae09e020c2 (patch) | |
tree | ebc36429ced9708dfbcfb24627c4f217edd8d079 /doc/classes | |
parent | 4abbc0c3fb0b908861d1e1ff38d901d7254c64ce (diff) | |
parent | b427d3585cf8a9ab0df2b5434fd37e6f30e1042f (diff) |
Merge pull request #60904 from KoBeWi/👻👻👻
Allow unindent without selection
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/CodeEdit.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 3ceb8967a0..df40d2a4cf 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -132,12 +132,6 @@ Perform an indent as if the user activated the "ui_text_indent" action. </description> </method> - <method name="do_unindent"> - <return type="void" /> - <description> - Perform an unindent as if the user activated the "ui_text_unindent" action. - </description> - </method> <method name="fold_all_lines"> <return type="void" /> <description> @@ -423,7 +417,7 @@ <method name="unindent_lines"> <return type="void" /> <description> - Unindents selected lines, or in the case of no selection the caret line by one. + Unindents selected lines, or in the case of no selection the caret line by one. Same as performing "ui_text_unindent" action. </description> </method> <method name="update_code_completion_options"> |