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

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


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

fix folding menu items

M  +7    -65   doc/kate/menus.docbook

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

diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook
index b890ee9..ed0ecf8 100644
--- a/doc/kate/menus.docbook
+++ b/doc/kate/menus.docbook
@@ -982,94 +982,36 @@ Code Folding</link>.</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>
 </varlistentry>
 
 <varlistentry>
-<term><menuchoice>
-<guimenuitem>Unfold All Nodes</guimenuitem></menuchoice>
-</term>
-<listitem><para>Expand all regions in the document.</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><menuchoice>
-<guimenuitem>Fold Multiline Comments</guimenuitem></menuchoice>
-</term>
-<listitem><para>Fold all multiline comments in the document.  (For example,
-this will fold all comments that use <quote>/* comment */</quote> syntax in C-like
-programming languages.)</para></listitem>
-</varlistentry>
-
-<varlistentry>
 <term><menuchoice><shortcut><keycombo action="simul">&Ctrl;
 &Shift;<keycap>-</keycap></keycombo></shortcut>
 <guimenuitem>Fold Toplevel Nodes</guimenuitem></menuchoice>
 </term>
-<listitem><para>Collapse all toplevel regions in the document.</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><menuchoice>
-<guimenuitem>Fold Nodes in Level 2</guimenuitem></menuchoice>
-</term>
-<listitem><para>Collapse all level 2 nodes in the document.</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><menuchoice>
-<guimenuitem>Fold Nodes in Level 3</guimenuitem></menuchoice>
-</term>
-<listitem><para>Collapse all level 3 nodes in the document.</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><menuchoice>
-<guimenuitem>Fold Nodes in Level 4</guimenuitem></menuchoice>
-</term>
-<listitem><para>Collapse all level 4 nodes 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>
 
-<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>
-
-<varlistentry>
-<term><menuchoice>
-<guimenuitem>Unfold Nodes in Level 2</guimenuitem></menuchoice>
-</term>
-<listitem><para>Expand all level 2 nodes in the document.</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><menuchoice>
-<guimenuitem>Unfold Nodes in Level 3</guimenuitem></menuchoice>
-</term>
-<listitem><para>Expand all level 3 nodes in the document.</para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><menuchoice>
-<guimenuitem>Unfold Nodes in Level 4</guimenuitem></menuchoice>
-</term>
-<listitem><para>Expand all level 4 nodes in the document.</para></listitem>
-</varlistentry>
+</varlistentry-->
 </variablelist>
 
 </listitem>


More information about the kde-doc-english mailing list