Git commit cde51e00c90e7b997193ec00dd8e3941263515dc by Burkhard L?ck. Committed on 29/07/2013 at 04:53. Pushed by lueck into branch 'KDE/4.11'.
fix folding menu items (cherry picked from commit c2ee011b50a946b571e20b423330f81489738237) backport to 4.11.1 M +13 -5 doc/kwrite/menus.docbook http://commits.kde.org/kate/cde51e00c90e7b997193ec00dd8e3941263515dc 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>
