Bug 115978 - kturtle: wrong description in docs, patch
Summary: kturtle: wrong description in docs, patch
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 08:16 UTC by Burkhard Lück
Modified: 2005-11-21 09:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2005-11-09 08:16:31 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

patch is checked with meinproc 

Index: svn/kdeedu/doc/kturtle/getting-started.docbook
===================================================================
--- svn/kdeedu/doc/kturtle/getting-started.docbook	(Revision 460267)
+++ svn/kdeedu/doc/kturtle/getting-started.docbook	(Arbeitskopie)
@@ -77,7 +77,7 @@
 
 go 40, 100
 </screen>
-Again you can type or copy-paste the code to the code editor or open the <filename>arrow.logo</filename> file in the <guimenu>Open examples</guimenu> folder and execute it (using <link linkend="file-execute"><menuchoice><guimenu>File</guimenu><guimenuitem>Execute Commands</guimenuitem></menuchoice></link>) to see the result. In the next examples you are expected to know the drill.</para>
+Again you can type or copy-paste the code to the code editor or open the <filename>arrow.logo</filename> file in the <guimenu>Open Examples</guimenu> folder and execute it (using <link linkend="file-execute"><menuchoice><guimenu>File</guimenu><guimenuitem>Execute Commands</guimenuitem></menuchoice></link>) to see the result. In the next examples you are expected to know the drill.</para>
 
 <para>You might have noticed that this second example uses a lot more code. You have also seen a couple of new commands. Here a short explanation of all the new commands:</para>
 
Index: svn/kdeedu/doc/kturtle/using-kturtle.docbook
===================================================================
--- svn/kdeedu/doc/kturtle/using-kturtle.docbook	(Revision 460267)
+++ svn/kdeedu/doc/kturtle/using-kturtle.docbook	(Arbeitskopie)
@@ -109,21 +109,6 @@
     </varlistentry>
   </variablelist>
 </sect3>
-<sect3 id="file-execute">
-<title>Execute</title>
-  <variablelist>
-    <varlistentry>
-      <term><menuchoice>
-        <shortcut>
-          <keycombo>&Alt;<keysym>Return</keysym></keycombo>
-        </shortcut>
-        <guimenu>File</guimenu>
-        <guimenuitem>Execute Commands</guimenuitem>
-      </menuchoice></term>
-      <listitem><para>Starts the execution of the commands in the code editor.</para></listitem>
-    </varlistentry>
-  </variablelist>
-</sect3>
 <sect3 id="file-save">
 <title>Save</title>
   <variablelist>
@@ -163,6 +148,33 @@
     </varlistentry>
   </variablelist>
 </sect3>
+<sect3 id="file-speed">
+<title>Execution Speed</title>
+  <variablelist>
+    <varlistentry>
+      <term><menuchoice>
+        <guimenu>File</guimenu>
+        <guimenuitem>Execution Speed</guimenuitem>
+      </menuchoice></term>
+      <listitem><para>Present a list of possible execution speeds, consisting of: Full Speed, Slow, Slower and Slowest. When the execution speed is set to 'Full Speed' (default) we can barely keep up with what is happening. Sometimes this behavior is wanted, but sometimes we want to keep track of the execution. In the latter case you want to set the execution speed to 'Slow', 'Slower' or 'Slowest'. When one of the slow modes is selected the current position of the executor will be shown in the editor.</para></listitem>
+    </varlistentry>
+  </variablelist>
+</sect3>
+<sect3 id="file-execute">
+<title>Execute</title>
+  <variablelist>
+    <varlistentry>
+      <term><menuchoice>
+        <shortcut>
+          <keycombo>&Alt;<keysym>Return</keysym></keycombo>
+        </shortcut>
+        <guimenu>File</guimenu>
+        <guimenuitem>Execute Commands</guimenuitem>
+      </menuchoice></term>
+      <listitem><para>Starts the execution of the commands in the code editor.</para></listitem>
+    </varlistentry>
+  </variablelist>
+</sect3>
 <sect3 id="file-pause">
 <title>Pause</title>
   <variablelist>
@@ -193,18 +205,6 @@
     </varlistentry>
   </variablelist>
 </sect3>
-<sect3 id="file-speed">
-<title>Execution Speed</title>
-  <variablelist>
-    <varlistentry>
-      <term><menuchoice>
-        <guimenu>File</guimenu>
-        <guimenuitem>Execution Speed</guimenuitem>
-      </menuchoice></term>
-      <listitem><para>Present a list of possible execution speeds, consisting of: Full Speed, Slow, Slower and Slowest. When the execution speed is set to 'Full Speed' (default) we can barely keep up with what is happening. Sometimes this behavior is wanted, but sometimes we want to keep track of the execution. In the latter case you want to set the execution speed to 'Slow', 'Slower' or 'Slowest'. When one of the slow modes is selected the current position of the executor will be shown in the editor.</para></listitem>
-    </varlistentry>
-  </variablelist>
-</sect3>
 <sect3 id="file-print">
 <title>Print</title>
   <variablelist>
@@ -506,6 +506,9 @@
     <anchor id="help-handbook" />
     <varlistentry>
       <term><menuchoice>
+        <shortcut>
+          <keycombo><keysym>F1</keysym></keycombo>
+        </shortcut>
         <guimenu>Help</guimenu>
         <guimenuitem>&kturtle; Handbook</guimenuitem>
       </menuchoice></term>
@@ -576,7 +579,7 @@
 <sect1 id="the-toolbar">
 <title>The Toolbar</title>
 <para>Here you can quickly reach the most used actions. By default, you will find here all main useful commands ending with the <guiicon>Execute Commands</guiicon> and <guiicon>Stop Execution</guiicon> icons.</para>
-<para>You can configure the toolbar using <menuchoice><guimenu>Settings</guimenu><guimenuitem>Advanced Settings</guimenuitem><guimenuitem>Configure Toolbar...</guimenuitem></menuchoice></para>
+<para>You can configure the toolbar using <menuchoice><guimenu>Settings</guimenu><guimenuitem>Advanced Settings</guimenuitem><guimenuitem>Configure Toolbars...</guimenuitem></menuchoice></para>
 </sect1>
 
 <sect1 id="the-statusbar">
Comment 1 Jes Hall 2005-11-21 09:33:32 UTC
SVN commit 481953 by jhall:

bug fixes from Burkhard . Thanks!
BUG:115977
BUG:115978

 M  +1 -1      kturtle/getting-started.docbook  
 M  +4 -4      kturtle/index.docbook  
 M  +33 -30    kturtle/using-kturtle.docbook  
 M  +48 -31    kwordquiz/index.docbook