Git commit d31f4a2f5ce2974a6e6b290a95c2a808c46ee675 by Burkhard Lück. Committed on 31/03/2018 at 08:07. Pushed by lueck into branch 'master'.
Update katepart docbooks to 18.04 proofread bump date + releaseinfo add missing configuration options (Highlight marker size / Backspace key removes character’s base with its diacritics) add info about editorconfig support fix wrong path for Custom highlight definition files Differential Revision: https://phabricator.kde.org/D11603 M +15 -0 doc/katepart/configuring.docbook M +2 -1 doc/katepart/development.docbook M +2 -2 doc/katepart/index.docbook https://commits.kde.org/kate/d31f4a2f5ce2974a6e6b290a95c2a808c46ee675 diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index 1ba533565..02f05d86b 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -78,6 +78,10 @@ wrapped lines.</para></listitem> <listitem><para>The editor will display dots to indicate the presence of extra whitespace at the end of lines.</para></listitem> </varlistentry> +<varlistentry> +<term><guilabel>Highlight marker size</guilabel></term> +<listitem><para>Use the slider to change the size of the visible highlight marker.</para></listitem> +</varlistentry> </variablelist> </listitem> </varlistentry> @@ -686,6 +690,11 @@ cursor movement.</para> <term><guilabel>Allow scrolling past the end of the document</guilabel></term> <listitem> <para>This option lets you scroll past the end of the document. This can be used to vertically centre the bottom of the document, or put it on top of the current view.</para></listitem> </varlistentry> +<varlistentry> +<term><guilabel>Backspace key removes character’s base with its diacritics</guilabel></term> <listitem> +<para>When selected, composed characters are removed with their diacritics instead +of only removing the base character. This is useful for Indic locales.</para></listitem> +</varlistentry> </variablelist> </listitem> @@ -1266,6 +1275,12 @@ in modelines, but with <link linkend="kateconfig-extended-options">extended opti additionally plugins can use variables, in which case it should be documented in the plugin's documentation.</para> +<para>&kappname; has support for reading configurations from <filename>.editorconfig</filename> +files, when the <ulink url="http://editorconfig.org/">editorconfig</ulink> library is installed. +&kappname; automatically searches for a <filename>.editorconfig</filename> +whenever you open a file. It gives priority to <filename>.kateconfig</filename> files, though. +</para> + <sect2 id="config-variables-howto"> <title>How &kappname; uses Variables</title> diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index 669be3e85..dc957df97 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -1,3 +1,4 @@ +<!-- auto-generate scripting documentation ([email protected] Re: [kate] doc/kate: document most of the new scripts in 4.10) --> <chapter id="dev"> <chapterinfo> <authorgroup> @@ -238,7 +239,7 @@ Highlighting repository</ulink> in the file <filename>language.xsd</filename> located in <filename class="directory">org.kde.syntax-highlighting/syntax/</filename> in your user folder found with <userinput><command>qtpaths</command><option>--paths GenericDataLocation</option></userinput> which usually is -<filename class="directory"><envar>$HOME</envar>/.local</filename> +<filename class="directory"><envar>$HOME</envar>/.local/share</filename> </para> <para>On &Windows; these files are located <filename>%USERPROFILE%/AppData/Local/org.kde.syntax-highlighting/syntax</filename>. diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook index 480da2f5f..a6517c81f 100644 --- a/doc/katepart/index.docbook +++ b/doc/katepart/index.docbook @@ -52,8 +52,8 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2017-01-24</date> -<releaseinfo>Frameworks 5.31</releaseinfo> +<date>2018-03-23</date> +<releaseinfo>Frameworks 5.44</releaseinfo> <abstract> <para>&katepart; is a fully featured editor component by &kde;.</para>
