Git commit 810bf080e3fdad6852c6fa192abe27cd70fa7930 by Burkhard Lück. Committed on 21/04/2016 at 05:29. Pushed by lueck into branch 'master'.
missed this in the last commit 'Remove Editor Component Extensions from katepart' M +0 -8 doc/katepart/configuring.docbook M +26 -4 doc/katepart/menus.docbook http://commits.kde.org/kate/810bf080e3fdad6852c6fa192abe27cd70fa7930 diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook index 9bd0575..52796e0 100644 --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -1562,12 +1562,4 @@ that can be evaluated to a valid color, for example <userinput>#ff0000</userinpu </sect1> -<!--FIXME -<varlistentry> -<term><guilabel>Highlight Selection</guilabel></term> -<listitem><para>Highlights all words that match the currently selected text.</para></listitem> -</varlistentry> -[Montag, 4. April 2016] [21:43:15 CEST] <dhaumann_> Highlight selection: built into Kate Part now, not a plugin anymore. (I thought there is an option for that, but cannot find it) ---> - </chapter> \ No newline at end of file diff --git a/doc/katepart/menus.docbook b/doc/katepart/menus.docbook index c143626..822ff35 100644 --- a/doc/katepart/menus.docbook +++ b/doc/katepart/menus.docbook @@ -457,11 +457,33 @@ number of found matches in a small popup. switch to the incremental search bar. </para> </listitem> +</varlistentry> +<varlistentry> +<term id="go-to-previous-modified-line"> +<menuchoice> +<shortcut> +<keycombo action="simul">&Ctrl;<keycap>G</keycap></keycombo> +</shortcut> +<guimenu>Edit</guimenu> +<guimenuitem>Move to Previous Modified Line</guimenuitem></menuchoice></term> +<listitem> +<para>Lines that were changed since opening the file are called modified lines. This action jumps the previous modified line. +</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="go-to-next-modified-line"> +<menuchoice> +<shortcut> +<keycombo action="simul">&Ctrl;<keycap>G</keycap></keycombo> +</shortcut> +<guimenu>Edit</guimenu> +<guimenuitem>Move to Previous Modified Line</guimenuitem></menuchoice></term> +<listitem> +<para>Lines that were changed since opening the file are called modified lines. This action jumps the next modified line. +</para> +</listitem> </varlistentry> -<!-- FIXME -Move to Previous Modified Line -Move to Next Modified Line ---> <varlistentry> <term id="go-to-line"> <menuchoice> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
