Git commit 5e62e617d1814762cb08b6485ada67aa391a61e0 by Yuri Chornoivan. Committed on 22/01/2022 at 07:01. Pushed by yurchor into branch 'master'.
Document the new option to disable focus frame M +4 -0 doc/katepart/configuring.docbook M +2 -2 doc/katepart/index.docbook https://invent.kde.org/utilities/kate/commit/5e62e617d1814762cb08b6485ada67aa391a61e0 diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index 8fea3c823..fa2387db0 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -77,6 +77,10 @@ whitespace at the end of lines.</para></listitem> <listitem><para>When checked the editor will display a » symbol to indicate the presence of a tab in the text.</para></listitem> </varlistentry> +<varlistentry> +<term><guilabel>Show focus frame around editor</guilabel></term> +<listitem><para>When checked the editor shows focus frame around the main source text control.</para></listitem> +</varlistentry> <varlistentry> <term><guilabel>Bracket matching diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook index 4d495603e..ec66333ac 100644 --- a/doc/katepart/index.docbook +++ b/doc/katepart/index.docbook @@ -52,8 +52,8 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2021-10-15</date> -<releaseinfo>&frameworks; 5.88</releaseinfo> +<date>2022-01-22</date> +<releaseinfo>&frameworks; 5.90</releaseinfo> <abstract> <para>&katepart; is a fully featured editor component by &kde;.</para>
