Git commit 10fa149267cf23cac8708f658cfaec36beee5d8d by Pablo Rauzy. Committed on 09/08/2022 at 09:56. Pushed by cullmann into branch 'master'.
add missing view.align documentation M +10 -0 doc/katepart/development.docbook https://invent.kde.org/utilities/kate/commit/10fa149267cf23cac8708f658cfaec36beee5d8d diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index 34ee8a475..173b95547 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -3524,6 +3524,16 @@ Clears the text selection without removing the text. </para></listitem> </varlistentry> +<varlistentry> +<term><synopsis> +void view.align(<parameter>Range <replaceable>range</replaceable></parameter>); +</synopsis></term> +<listitem><para> +Properly re-indent lines within <replaceable>range</replaceable> according to current indentation settings. +</para> +</listitem> +</varlistentry> + <varlistentry> <term><synopsis> object view.executeCommand(<parameter>String <replaceable>command</replaceable></parameter>,
