Git commit 0d8ddceed8d9c11da0e8c49fa98adcabe9f31f54 by Yuri Chornoivan. Committed on 20/02/2021 at 07:39. Pushed by yurchor into branch 'master'.
Add docs for the new option to preselect nothing in autocompletion list M +8 -0 doc/katepart/configuring.docbook https://invent.kde.org/utilities/kate/commit/0d8ddceed8d9c11da0e8c49fa98adcabe9f31f54 diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index 6ea806996..813aaf3b6 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -590,6 +590,14 @@ showing a list of text entries to complete the current text under the cursor.</para> </listitem> </varlistentry> +<varlistentry> +<term><guilabel>Auto select first completion entry</guilabel></term> +<listitem> +<para>If enabled, the first auto completion item is always preselected so you can insert it with +&Enter;. If you do not want such behavior, ⪚ you want pressing &Enter; always inserts a newline, +then disable this item.</para> +</listitem> +</varlistentry> </variablelist> </listitem> </varlistentry>
