Git commit c7120488b6e0b70c114a13df94965cf25894b767 by Yuri Chornoivan. Committed on 07/02/2021 at 07:13. Pushed by yurchor into branch 'master'.
Add the 'Enable camel case cursor movement' option to the docs M +10 -0 doc/katepart/configuring.docbook https://invent.kde.org/utilities/kate/commit/c7120488b6e0b70c114a13df94965cf25894b767 diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index 9b533662a..7ffb5ab04 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -672,6 +672,16 @@ bottom of the visible text as a new page of text is displayed.</para> </listitem> </varlistentry> <varlistentry> +<term><guilabel>Enable camel case cursor movement</guilabel></term> +<listitem> +<para>This option changes the behavior of the cursor when the user presses +the <keycombo>&Ctrl;<keycap>Left arrow</keycap></keycombo> or +<keycombo>&Ctrl;<keycap>Right arrow</keycap></keycombo> shortcut. If unselected +the text cursor jumps over the full words. With this option +selected, the cursor jumps break at camel case humps.</para> +</listitem> +</varlistentry> +<varlistentry> <term><guilabel>Autocenter cursor:</guilabel></term> <listitem> <para>Sets the number of lines to maintain visible above and below the cursor
