Git commit 2cf7c8c93fe663c0c60e2578acce7b70fcd47f50 by Yuri Chornoivan. Committed on 15/10/2021 at 14:18. Pushed by yurchor into branch 'master'.
Sync the docs with the current interface M +44 -13 doc/katepart/configuring.docbook M +2 -2 doc/katepart/index.docbook https://invent.kde.org/utilities/kate/commit/2cf7c8c93fe663c0c60e2578acce7b70fcd47f50 diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index 315424af1..67754917f 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -194,23 +194,33 @@ wrapped lines.</para></listitem> <variablelist> <varlistentry> -<term><guilabel>Borders</guilabel></term> +<term><guilabel>Code block folding</guilabel></term> <listitem> <variablelist> <varlistentry> -<term><guilabel>Show folding markers +<term><guilabel>Show arrows to collapse code blocks </guilabel></term> <listitem><para>If this option is checked, the current view will display marks for code folding, if code folding is available.</para></listitem> </varlistentry> <varlistentry> -<term><guilabel>Show preview of folded code +<term><guilabel>Show preview of folded blocks on hover </guilabel></term> <listitem><para>If checked, hovering over a folded region shows a preview of the folded text in a popup.</para></listitem> </varlistentry> +</variablelist> +</listitem> +</varlistentry> +</variablelist> + +<variablelist> <varlistentry> -<term><guilabel>Show icon border +<term><guilabel>Left side</guilabel></term> +<listitem> +<variablelist> +<varlistentry> +<term><guilabel>Show marks </guilabel></term> <listitem><para>If this is checked, you will see an icon border on the left hand side. The icon border shows bookmark signs for instance.</para></listitem> @@ -222,29 +232,49 @@ hand side. The icon border shows bookmark signs for instance.</para></listitem> hand side.</para></listitem> </varlistentry> <varlistentry> -<term><guilabel>Show line modification markers +<term><guilabel>Hightlight changed and unsaved lines </guilabel></term> <listitem><para>If this is checked, line modification markers will be visible. For more information, see <xref linkend="kate-part-line-modification"/>. </para></listitem> </varlistentry> +</variablelist> +</listitem> +</varlistentry> +</variablelist> + +<variablelist> <varlistentry> -<term><guilabel>Show scrollbar marks +<term><guilabel>Scrollbars</guilabel></term> +<listitem> +<variablelist> +<varlistentry> +<term><guilabel>Show marks </guilabel></term> <listitem><para>If this option is checked the current view will show marks on the vertical scrollbar. These marks will for instance show bookmarks.</para></listitem> </varlistentry> <varlistentry> -<term><guilabel>Show text preview on scrollbar</guilabel></term> +<term><guilabel>Show preview when hovering over scrollbar</guilabel></term> <listitem><para>If this option is checked, and you hover the scrollbar with the mouse cursor a small text preview with several lines of the current document around the cursor position will be displayed. This allows you to quickly switch to another part of the document.</para> </listitem> </varlistentry> +</variablelist> +</listitem> +</varlistentry> +</variablelist> + +<variablelist> +<varlistentry> +<term><guilabel>Minimap</guilabel></term> +<listitem> +<variablelist> <varlistentry> -<term><guilabel>Show scrollbar mini-map</guilabel></term> -<listitem><para>If this option is checked, every new view will show a mini map of the +<term><guilabel>Show minimap</guilabel></term> +<listitem><para>If this option is checked, every new view will show a minimap of the document on the vertical scrollbar.</para> <para>For more information on the scrollbar minimap, see <xref linkend="kate-part-scrollbar-minimap"/>.</para></listitem> @@ -264,20 +294,21 @@ Keep the &LMB; pressed outside the blue rectangle to automatically scroll throug </variablelist> </listitem> </varlistentry> +</variablelist> +<variablelist> <varlistentry> -<term><guilabel>Sort Bookmarks Menu -</guilabel></term> +<term><guilabel>Sort bookmarks menu</guilabel></term> <listitem> <variablelist> <varlistentry> -<term><guilabel>By creation +<term><guilabel>By date created </guilabel></term> <listitem><para>Each new bookmark will be added to the bottom, independently from where it is placed in the document.</para></listitem> </varlistentry> <varlistentry> -<term><guilabel>By position +<term><guilabel>By line number </guilabel></term> <listitem><para>The bookmarks will be ordered by the line numbers they are placed at.</para></listitem> diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook index b98cc8aaa..dd940934d 100644 --- a/doc/katepart/index.docbook +++ b/doc/katepart/index.docbook @@ -52,8 +52,8 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2021-10-04</date> -<releaseinfo>&frameworks; 5.87</releaseinfo> +<date>2021-10-15</date> +<releaseinfo>&frameworks; 5.88</releaseinfo> <abstract> <para>&katepart; is a fully featured editor component by &kde;.</para>
