Git commit a5c5ee2cf1f676ac869eccaa29a7f50ed30d7656 by Burkhard Lück. Committed on 22/08/2018 at 13:36. Pushed by lueck into branch 'master'.
add line count option add line count option add info about options in the status bar context menu bump date + releaseinfo Differential Revision: https://phabricator.kde.org/D14972 M +9 -1 doc/katepart/configuring.docbook M +2 -2 doc/katepart/index.docbook https://commits.kde.org/kate/a5c5ee2cf1f676ac869eccaa29a7f50ed30d7656 diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index a8361b727..b2b0ae834 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -121,7 +121,15 @@ if the file starts with a comment, such as a copyright</para></listitem> <varlistentry> <term><guilabel>Show Word Count </guilabel></term> -<listitem><para>Displays the number of words and characters in the document and in the current selection.</para></listitem> +<listitem><para>Displays the number of words and characters in the document and +in the current selection in the status bar. +This option is also available in the status bar context menu.</para></listitem> +</varlistentry> +<varlistentry> +<term><guilabel>Show line count +</guilabel></term> +<listitem><para>Displays the number of total lines in the document in the status bar. +This option is also available in the status bar context menu.</para></listitem> </varlistentry> </variablelist> </sect3> diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook index 9c2d2bf6c..0ac3c34e2 100644 --- a/doc/katepart/index.docbook +++ b/doc/katepart/index.docbook @@ -52,8 +52,8 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2018-05-21</date> -<releaseinfo>Frameworks 5.46</releaseinfo> +<date>2018-08-20</date> +<releaseinfo>Frameworks 5.50</releaseinfo> <abstract> <para>&katepart; is a fully featured editor component by &kde;.</para>
