Git commit 1ae1a231948928c4581cc377ab04c786ec42b47d by Yuri Chornoivan. Committed on 22/04/2022 at 06:12. Pushed by yurchor into branch 'master'.
Add the new 'Mouse' options to the docs M +22 -0 doc/kate/configuring.docbook M +3 -3 doc/kate/index.docbook https://invent.kde.org/utilities/kate/commit/1ae1a231948928c4581cc377ab04c786ec42b47d diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook index 98131f0d3..c84cd2959 100644 --- a/doc/kate/configuring.docbook +++ b/doc/kate/configuring.docbook @@ -199,6 +199,28 @@ when that file's view receives focus.</para> </listitem> </varlistentry><!-- /tabs group --> + +<varlistentry> +<term><anchor id="config-general-mouse"/> +<guilabel>Tabs</guilabel></term> + <listitem> + +<variablelist> +<varlistentry> +<term><anchor id="config-general-backward-button-pressed"/> +<guilabel>Backward button pressed</guilabel></term> +<listitem><para>Allows selecting the mouse back button action between the <guimenuitem>Previous tab</guimenuitem> and the <guimenuitem>History back</guimenuitem> items.</para></listitem> +</varlistentry> + +<varlistentry> +<term><anchor id="config-general-forward-button-pressed"/> +<guilabel>Forward button pressed</guilabel></term> +<listitem><para>Allows selecting the mouse back button action between the <guimenuitem>Next tab</guimenuitem> and the <guimenuitem>History forward</guimenuitem> items.</para></listitem> +</varlistentry> +</variablelist> + +</listitem> +</varlistentry><!-- /mouse group --> </variablelist> </sect2> diff --git a/doc/kate/index.docbook b/doc/kate/index.docbook index 8bbc75b66..fc3aaa930 100644 --- a/doc/kate/index.docbook +++ b/doc/kate/index.docbook @@ -43,13 +43,13 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2021-09-02</date> -<releaseinfo>Applications 21.12</releaseinfo> +<date>2022-04-22</date> +<releaseinfo>Applications 22.08</releaseinfo> <abstract> <para>&kate; is a programmer's text editor by &kde;.</para> -<para>This handbook documents &kate; Version 18.12</para> +<para>This handbook documents &kate; Version 22.08</para> </abstract> <keywordset>
