[kde-doc-english] [kate] doc/kate: fix build error caused by broken xml file + add some comments for documentation

Burkhard Lück lueck at hube-lueck.de
Sun Feb 3 08:48:42 UTC 2013


Git commit 24f61bc76fa9b5865d9d03f565b7b58a31005109 by Burkhard Lück.
Committed on 03/02/2013 at 09:48.
Pushed by lueck into branch 'master'.

fix build error caused by broken xml file + add some comments for documentation

M  +3    -2    doc/kate/menus.docbook
M  +2    -2    doc/kate/plugins.docbook

http://commits.kde.org/kate/24f61bc76fa9b5865d9d03f565b7b58a31005109

diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook
index a0fe2c7..dba41ed 100644
--- a/doc/kate/menus.docbook
+++ b/doc/kate/menus.docbook
@@ -312,6 +312,7 @@ all to work with the currently active document.</para>
 </term>
 <listitem>
 <para>Undo the last editing command (typing, copying, cutting etc.)</para>
+<!-- FIXME how/where to enable/disable grouped undo ?-->
 <note><para>If grouped undo is enabled, this may undo several editing commands of the same type, like typing in characters.</para></note>
 </listitem>
 </varlistentry>
@@ -1017,7 +1018,7 @@ Code Folding</link>.</para></listitem>
 <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 <code>/* comment */</code> syntax in C-like
+this will fold all comments that use <quote>/* comment */</quote> syntax in C-like
 programming languages.)</para></listitem>
 </varlistentry>
 
@@ -1369,7 +1370,7 @@ own scripts</link>. This way, &kate; can be extended with user-defined tools.
 <para>The following scripts are included by default:</para>
 
 <variablelist>
-  <!--FIXME more items in 4.10 -->
+  <!--FIXME more items in 4.10 guisubmeu Navigation, Quick Coding, Editing, Emmet-->
 <varlistentry id="tools-scripts-sort">
 <term><menuchoice>
 <guimenu>Tools</guimenu><guisubmenu>Scripts</guisubmenu>
diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook
index 80a9ff9..1fb91aa 100644
--- a/doc/kate/plugins.docbook
+++ b/doc/kate/plugins.docbook
@@ -674,7 +674,7 @@ You will have to repeat it when you start &kate; the next time.</para></listitem
 </sect2>
 
 </sect1>
-
+<!--FIXME this belongs to Extensions, it is an editor plugin-->
 <sect1 id="kate-editor-plugin-exporter">
 <!--<sect1info>
 <authorgroup><author>
@@ -1356,7 +1356,7 @@ that are for the currently opened file type.</para></listitem>
 <sect2 id="snippets-panel">
 <title>Snippets panel</title>
 
-<screenshot id="screenshot-snippets-config">
+<screenshot id="screenshot-snippets-panel">
 <screeninfo>Kate Snippets Panel</screeninfo>
 <mediaobject>
 <imageobject><imagedata fileref="snippets-panel.png" format="PNG"/></imageobject>


More information about the kde-doc-english mailing list