Author: plavin
Date: 2006-11-29 18:14:55 +0100 (Wed, 29 Nov 2006)
New Revision: 4075
Log:
Corrections to GRT shell
Modified:
trunk/gui-common/chapter-grt-shell.xml
Modified: trunk/gui-common/chapter-grt-shell.xml
===================================================================
--- trunk/gui-common/chapter-grt-shell.xml 2006-11-29 16:28:49 UTC (rev 4074)
+++ trunk/gui-common/chapter-grt-shell.xml 2006-11-29 17:14:55 UTC (rev 4075)
Changed blocks: 6, Lines Added: 16, Lines Deleted: 6; 2960 bytes
@@ -205,7 +205,7 @@
<title>The View Menu: Linux</title>
<para>
- The <guimenu>View</guimenu> has only one element,
+ The <guimenu>View</guimenu> menu has only one element,
<guimenu>Structure Only</guimenu> and it is not yet
activated.
</para>
@@ -240,12 +240,12 @@
The GRT shell is principally used for running Lua scripts or
typing Lua commands directly. However, you can also access the
GRT Scripting Library functions and global functions and
- objects. To see the commands available, type
+ objects. To see the available commands type
‘<literal>?</literal>’.
</para>
<para>
- Some operating system specific commands are also available. For
+ Some OS-specific commands are also available. For
instance, under Windows you can clear the screen by typing
<command>cls</command>. Unlike most shells, you can cut and
paste text to and from the shell window.
@@ -259,7 +259,7 @@
<para>
The <literal>Snippets</literal> tab functions as a scratch pad
for saving code snippets. This makes it easy to reuse code
- without having to retype it at the command line.
+ and does away with the need to retype it at the command line.
</para>
<para>
@@ -312,6 +312,15 @@
loaded. Detailed information about the currently selected
object appears in the window below the module tree.
</para>
+
+ <para>
+ If you are running &migration_toolkit;, the
+ <literal>workbench</literal> object
+ is absent but you will find a <literal>migration</literal>
+ object beneath the
+ <literal>root</literal> object. Both applications
+ show the <literal>rdbmsMgmt</literal> object.
+ </para>
<para>
When the <literal>Values</literal> tab is selected right
@@ -372,7 +381,8 @@
<para>
This tab contains the definitions of the structs
- used in the <literal>Values</literal> tab.
+ used by the objects in the <literal>Values</literal> tab
+ and the modules in the <literal>Modules</literal> tab.
<remark>
Structures - C struct data types?
</remark>
@@ -420,7 +430,7 @@
<para>
A module can be either a Python or Lua script or a
- Java class file. Information about this module appears
+ Java class file. Information about modules appears
in the window below the
module tree. For example,
go to the <literal>Modules</literal> tab and click on the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4075 - trunk/gui-common | plavin | 29 Nov |