[kde-doc-english] [kate] doc/kwrite: fix folding menu items

Burkhard Lück lueck at hube-lueck.de
Mon Jul 29 04:53:09 UTC 2013


Git commit c2ee011b50a946b571e20b423330f81489738237 by Burkhard Lück.
Committed on 29/07/2013 at 04:53.
Pushed by lueck into branch 'master'.

fix folding menu items

M  +13   -5    doc/kwrite/menus.docbook

http://commits.kde.org/kate/c2ee011b50a946b571e20b423330f81489738237

diff --git a/doc/kwrite/menus.docbook b/doc/kwrite/menus.docbook
index b17dd82..4441e3e 100644
--- a/doc/kwrite/menus.docbook
+++ b/doc/kwrite/menus.docbook
@@ -666,16 +666,14 @@ shown.</para>
 <listitem>
 <variablelist>
 <varlistentry>
-<term><menuchoice><shortcut><keycombo action="simul">&Ctrl;
-<keycap>-</keycap></keycombo></shortcut>
+<term><menuchoice>
 <guimenuitem>Fold Current Node</guimenuitem></menuchoice>
 </term>
 <listitem><para>Collapse the region that contains the cursor.</para></listitem>
 </varlistentry>
 
 <varlistentry>
-<term><menuchoice><shortcut><keycombo action="simul">&Ctrl;
-<keycap>+</keycap></keycombo></shortcut>
+<term><menuchoice>
 <guimenuitem>Unfold Current Node</guimenuitem></menuchoice>
 </term>
 <listitem><para>Expand the region that contains the cursor.</para></listitem>
@@ -686,9 +684,19 @@ shown.</para>
 &Shift;<keycap>-</keycap></keycombo></shortcut>
 <guimenuitem>Fold Toplevel Nodes</guimenuitem></menuchoice>
 </term>
-<listitem><para>Collapse all toplevel regions in the document.</para></listitem>
+<listitem><para>Collapse all toplevel regions in the document.
+Click onto the right pointing triangle to expand all toplevel regions.</para></listitem>
 </varlistentry>
 
+<!--FIXME not implemented in 4.11
+varlistentry>
+<term><menuchoice><shortcut><keycombo action="simul">&Ctrl;
+&Shift;<keycap>+</keycap></keycombo></shortcut>
+<guimenuitem>Unfold Toplevel Nodes</guimenuitem></menuchoice>
+</term>
+<listitem><para>Expand all toplevel regions in the document.</para></listitem>
+</varlistentry-->
+
 </variablelist>
 </listitem>
 </varlistentry>


More information about the kde-doc-english mailing list