Git commit bca4c727708d061737797447848f62543cddf6e4 by Luigi Toscano. Committed on 18/06/2016 at 22:34. Pushed by ltoscano into branch 'master'.
Update the behavior for the Block Selection status Summary: Only [BLOCK] is shown when the status is enabled, no more LINE. Reviewers: #documentation, dhaumann Reviewed By: dhaumann Subscribers: dhaumann, kwrite-devel Differential Revision: https://phabricator.kde.org/D1957 M +1 -2 doc/kate/menus.docbook M +1 -2 doc/katepart/menus.docbook http://commits.kde.org/kate/bca4c727708d061737797447848f62543cddf6e4 diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index 0a64e55..89ba9f6 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -425,9 +425,8 @@ copying the entire file to another application.</para> </menuchoice></term> <listitem> <para>Toggles Selection Mode. When the Selection Mode is <guilabel>BLOCK</guilabel>, +the status bar contains the string <guilabel>[BLOCK]</guilabel> and you can make vertical selections, ⪚ select column 5 to 10 in lines 9 to 15. -The status bar shows the current state of the Selection Mode, either <guilabel>BLOCK</guilabel> or -<guilabel>LINE</guilabel>.</para> </listitem> </varlistentry> diff --git a/doc/katepart/menus.docbook b/doc/katepart/menus.docbook index b930aeb..6c3e3e6 100644 --- a/doc/katepart/menus.docbook +++ b/doc/katepart/menus.docbook @@ -331,9 +331,8 @@ copying the entire file to another application.</para> </menuchoice></term> <listitem> <para>Toggles Selection Mode. When the Selection Mode is <guilabel>BLOCK</guilabel>, +the status bar contains the string <guilabel>[BLOCK]</guilabel> and you can make vertical selections, ⪚ select column 5 to 10 in lines 9 to 15. -The status bar shows the current state of the Selection Mode, either <guilabel>BLOCK</guilabel> or -<guilabel>LINE</guilabel>.</para> </listitem> </varlistentry> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
