List:Commits« Previous MessageNext Message »
From:plavin Date:November 26 2007 10:02pm
Subject:svn commit - mysqldoc@docsrva: r8899 - trunk/workbench
View as plain text  
Author: plavin
Date: 2007-11-26 23:02:32 +0100 (Mon, 26 Nov 2007)
New Revision: 8899

Log:
Add Tools menu


Modified:
   trunk/workbench/Makefile.depends
   trunk/workbench/reference.xml
   trunk/workbench/workbench.xml


Modified: trunk/workbench/Makefile.depends
===================================================================
--- trunk/workbench/Makefile.depends	2007-11-26 21:52:48 UTC (rev 8898)
+++ trunk/workbench/Makefile.depends	2007-11-26 22:02:32 UTC (rev 8899)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 0; 685 bytes

@@ -277,6 +277,7 @@
 	metadata/grt-shell.idmap \
 	metadata/plugins.idmap \
 	metadata/printing.idmap \
+	metadata/reference.idmap \
 	metadata/stored-procedures.idmap \
 	metadata/table-editor.idmap \
 	metadata/views.idmap

@@ -462,6 +463,7 @@
 	metadata/grt-shell.idmap \
 	metadata/plugins.idmap \
 	metadata/printing.idmap \
+	metadata/reference.idmap \
 	metadata/stored-procedures.idmap \
 	metadata/table-editor.idmap \
 	metadata/views.idmap


Modified: trunk/workbench/reference.xml
===================================================================
--- trunk/workbench/reference.xml	2007-11-26 21:52:48 UTC (rev 8898)
+++ trunk/workbench/reference.xml	2007-11-26 22:02:32 UTC (rev 8899)
Changed blocks: 8, Lines Added: 486, Lines Deleted: 337; 30924 bytes

@@ -15,9 +15,8 @@
 
     <para>
       This chapter gives an overview of the &workbench; application
-      including a review of
-      the menu items, the Overview page, the EER Diagram page,
-      the docking area, and the navigator palettes.
+      including a review of the menu items, the Overview page, the EER
+      Diagram page, the docking area, and the navigator palettes.
     </para>
 
   </section>

@@ -25,18 +24,18 @@
   <section id="wb-menus">
 
     <title>&workbench; Menus</title>
-    
-      <para>
-        Some menu options are not available in the OSS 
-        version of this application. Menu items
-        marked <literal>SE</literal> are enabled in
-        the standard edition only.
-      </para>    
 
+    <para>
+      Some menu options are not available in the OSS version of this
+      application. Menu items marked <literal>SE</literal> are enabled
+      in the standard edition only.
+    </para>
+
     <section id="wb-file-menu">
 
       <title>The File Menu</title>
-            <para>
+
+      <para>
         Use this menu item to open a project, begin a new project, or
         save a project. Choosing <guimenuitem>New</guimenuitem> opens
         the default schema <literal>mydb</literal>. Use the

@@ -86,11 +85,10 @@
         PDF file, or creating a PostScript file. These menu items are
         discussed in detail in <xref linkend="wb-printing"/>.
       </para>
-      
+
       <note>
         <para>
-          The print options are not available in the
-          OSS version.
+          The print options are not available in the OSS version.
         </para>
       </note>
 

@@ -113,7 +111,9 @@
         removing the currently selected object. The text description for
         this menu item changes to reflect the name of the currently
         selected object. The keyboard command for this action is
-        <keycap>Ctrl</keycap> <keycap>Delete</keycap>.
+        <keycap>Ctrl</keycap> <keycap>Delete</keycap>. For setting the
+        default behavior when deleting see
+        <xref linkend="wb-options-general"/>.
       </para>
 
       <para>

@@ -246,11 +246,10 @@
         Both these menu options are discussed in detail in
         <xref linkend="wb-database-synchronization"/>.
       </para>
-      
+
       <note>
         <para>
-          These options are not available in the
-          OSS version.
+          These options are not available in the OSS version.
         </para>
       </note>
 

@@ -273,11 +272,170 @@
       <title>The Tools Menu</title>
 
       <para>
+        Open the <guimenu>Options</guimenu> menu to set &workbench;
+        defaults.
+      </para>
+
+      <para>
         <remark>
-          ask
+          ask about debug
         </remark>
       </para>
 
+      <section id="wb-options-general">
+
+        <title>The General Tab</title>
+
+        <para>
+          Under the <guilabel>General</guilabel> option limit the number
+          of <literal>undos</literal> by setting a value for the
+          <guilabel>Undo History Size</guilabel> text box. For an
+          unlimited number of <literal>undos</literal> set the value to
+          <literal>0</literal>.
+        </para>
+
+        <para>
+          Use this tab to determine the behavior when deleting objects
+          from the EER diagram canvas. Choose <literal>Ask</literal> and
+          whenever you delete an object you will be asked whether you
+          wish to remove the object from the EER diagram only or also
+          from the catalog. The <literal>Keep Database Object in
+          Catalog</literal> is the safest option. You also have the
+          option of deleting the object from both the EER diagram and
+          the catalog.
+        </para>
+
+      </section>
+
+      <section id="wb-options-model">
+
+        <title>The Model Tab</title>
+
+        <para>
+          On the model page set the default value for the following
+          items;
+
+          <itemizedlist>
+
+            <listitem>
+              <para>
+                Primary Key Column Name
+              </para>
+            </listitem>
+
+            <listitem>
+              <para>
+                Foreign Key Name
+              </para>
+            </listitem>
+
+            <listitem>
+              <para>
+                Foreign Key Column Name
+              </para>
+            </listitem>
+
+            <listitem>
+              <para>
+                Associative Table Name
+              </para>
+            </listitem>
+
+          </itemizedlist>
+        </para>
+
+      </section>
+
+      <section id="wb-options-diagram">
+
+        <title>The Diagram Tab</title>
+
+        <para>
+          use this tab to determine display settings for the
+          application.
+        </para>
+
+        <para>
+          Select whether to expand new objects by check the
+          <literal>Expand New Objects</literal> check box and select
+          whether to draw line crossings by check the <literal>Draw Line
+          Crossings</literal> check box.
+        </para>
+
+        <para>
+          From this tab you can also set the maximum number of
+          characters for: ,
+
+          <itemizedlist>
+
+            <listitem>
+              <para>
+                Column Names
+              </para>
+            </listitem>
+
+            <listitem>
+              <para>
+                Column Types
+              </para>
+            </listitem>
+
+            <listitem>
+              <para>
+                Routine Names
+              </para>
+            </listitem>
+
+          </itemizedlist>
+
+          Note that this changes the display properties only, not the
+          objects themselves.
+        </para>
+
+      </section>
+
+      <section id="wb-options-colors">
+
+        <title>The Colors Tab</title>
+
+        <para>
+          Use this tab to set the available colors for the objects that
+          appear on the EER Diagram canvas.
+
+          <remark>
+            [PL] Where do these values appear?
+          </remark>
+        </para>
+
+      </section>
+
+      <section id="wb-options-fonts">
+
+        <title>The Fonts Tab</title>
+
+        <para>
+          Use this tab to set the font face, font size, and the font
+          style for the captions that appear on the various objects.
+        </para>
+
+      </section>
+
+      <section id="wb-options-advanced">
+
+        <title>The Advanced Tab</title>
+
+        <para>
+          Use this tab for setting the defaults for various application
+          objects. For instance, you can set the default rule for a
+          foreign key's <literal>On Delete</literal> event .
+
+          <remark>
+            Aren't fonts here a duplication of the fonts tab?
+          </remark>
+        </para>
+
+      </section>
+
     </section>
 
     <section id="wb-window-menu">

@@ -312,394 +470,387 @@
 
     <title>Overview Page</title>
 
-   
-
-      <para>
-        &workbench; opens on the <literal>Overview</literal> page
-        with the <literal>MySQL Model</literal> tab selected.
-        This page is divided up into four separate sections
-        with provision for docking different windows at the
-        botom of the page.
-      </para>
-
-<section id="wb-diagrams">
-
-    <title>EER Diagram</title>
-
-  <para>
-    The <guilabel>EER Diagram</guilabel> section of the
-    <literal>Overview</literal> page is used to create
-    an Extended Entity-Relationship Model. To create a new 
-    EER double click the <guilabel>Add Diagram</guilabel>
-    icon. Doing this creates a new tab labeled
-    <guilabel>EER Diagram</guilabel>.
-  </para>  
-  
-  <para>
-    Clicking the
-     <literal>EER Diagram</literal> tab navigates to the canvas use for
-      graphically manipulating database objects. On the left side of this
-      page is the <literal>Vertical Toolbar</literal>.
+    <para>
+      &workbench; opens on the <literal>Overview</literal> page with the
+      <literal>MySQL Model</literal> tab selected. This page is divided
+      up into four separate sections with provision for docking
+      different windows at the botom of the page.
     </para>
 
-    <section id="wb-vertical-toolbar">
+    <section id="wb-diagrams">
 
-      <title>The Vertical Toolbar</title>
+      <title>EER Diagram</title>
 
       <para>
-        The vertical toolbar shows on the left side bar when the
-        <literal>EER Diagram</literal> tab is selected. The tools on
-        this toolbar assist in creating an EER Diagram. Clicking a tool
-        changes the mouse pointer to a pointer that resembles the tool
-        icon, indicating which tool is active.
+        The <guilabel>EER Diagram</guilabel> section of the
+        <literal>Overview</literal> page is used to create an Extended
+        Entity-Relationship Model. To create a new EER double click the
+        <guilabel>Add Diagram</guilabel> icon. Doing this creates a new
+        tab labeled <guilabel>EER Diagram</guilabel>.
       </para>
 
       <para>
-        These tools can also be activated from the keyboard by pressing
-        the key associated with the tool. Mousing over a tool displays a
-        description of the tool and its shortcut key.
+        Clicking the <literal>EER Diagram</literal> tab navigates to the
+        canvas use for graphically manipulating database objects. On the
+        left side of this page is the <literal>Vertical
+        Toolbar</literal>.
       </para>
 
-      <section id="wb-standard-mouse-pointer">
+      <section id="wb-vertical-toolbar">
 
-        <title>The Standard Mouse Pointer</title>
+        <title>The Vertical Toolbar</title>
 
         <para>
-          The standard mouse pointer is the default mouse pointer for
-          your operating system. Use this tool to revert to the standard
-          mouse pointer after using other tools.
+          The vertical toolbar shows on the left side bar when the
+          <literal>EER Diagram</literal> tab is selected. The tools on
+          this toolbar assist in creating an EER Diagram. Clicking a
+          tool changes the mouse pointer to a pointer that resembles the
+          tool icon, indicating which tool is active.
         </para>
 
         <para>
-          From the keyboard, use the <keycap>Esc</keycap> key to revert
-          to the default pointer.
+          These tools can also be activated from the keyboard by
+          pressing the key associated with the tool. Mousing over a tool
+          displays a description of the tool and its shortcut key.
         </para>
 
-      </section>
+        <section id="wb-standard-mouse-pointer">
 
-      <section id="wb-hand-tool">
+          <title>The Standard Mouse Pointer</title>
 
-        <title>The Hand Tool</title>
+          <para>
+            The standard mouse pointer is the default mouse pointer for
+            your operating system. Use this tool to revert to the
+            standard mouse pointer after using other tools.
+          </para>
 
-        <para>
-          The hand tool is used to move the entire EER Diagram. Click on
-          this tool and then hold the right mouse button down anywhere
-          on the EER diagram canvas and then move the mouse the mouse in
-          any direction. Doing this changes the viewing area of the
-          canvas.
-        </para>
+          <para>
+            From the keyboard, use the <keycap>Esc</keycap> key to
+            revert to the default pointer.
+          </para>
 
-        <para>
-          To determine your position on the canvas look at the
-          <literal>Model Navigator</literal> panel on the upper right.
-          If the <literal>Model Navigator</literal> panel is not open,
-          use the <guimenu>View</guimenu>,
-          <guimenuitem>Windows</guimenuitem>, <guimenuitem>Model
-          Navigator</guimenuitem> to open this panel.
-        </para>
+        </section>
 
-        <para>
-          From the keyboard, use the <keycap>H</keycap> key to activate
-          this tool.
-        </para>
+        <section id="wb-hand-tool">
 
-      </section>
+          <title>The Hand Tool</title>
 
-      <section id="wb-eraser-tool">
+          <para>
+            The hand tool is used to move the entire EER Diagram. Click
+            on this tool and then hold the right mouse button down
+            anywhere on the EER diagram canvas and then move the mouse
+            the mouse in any direction. Doing this changes the viewing
+            area of the canvas.
+          </para>
 
-        <title>The Eraser Tool</title>
+          <para>
+            To determine your position on the canvas look at the
+            <literal>Model Navigator</literal> panel on the upper right.
+            If the <literal>Model Navigator</literal> panel is not open,
+            use the <guimenu>View</guimenu>,
+            <guimenuitem>Windows</guimenuitem>, <guimenuitem>Model
+            Navigator</guimenuitem> to open this panel.
+          </para>
 
-        <para>
-          Use the eraser tool to delete objects from the EER Diagram
-          canvas.
-        </para>
+          <para>
+            From the keyboard, use the <keycap>H</keycap> key to
+            activate this tool.
+          </para>
 
-        <para>
-          To delete an object, first select it by clicking on the object
-          with the default mouse pointer. Change the mouse pointer to
-          the eraser tool and click the object you wish to delete. The
-          delete dialog box should open, asking you to confirm the type
-          of deletion.
-        </para>
+        </section>
 
-        <para>
-          From the keyboard, use the <keycap>D</keycap> key to activate
-          this tool.
-        </para>
+        <section id="wb-eraser-tool">
 
-      </section>
+          <title>The Eraser Tool</title>
 
-      <section id="wb-layer-tool">
+          <para>
+            Use the eraser tool to delete objects from the EER Diagram
+            canvas.
+          </para>
 
-        <title>The Layer Tool</title>
+          <para>
+            To delete an object, first select it by clicking on the
+            object with the default mouse pointer. Change the mouse
+            pointer to the eraser tool and click the object you wish to
+            delete. The delete dialog box should open, asking you to
+            confirm the type of deletion.
+          </para>
 
-        <para>
-          The layer tool is the rectangular icon with a capital
-          <literal>L</literal> in the lower left corner.
-        </para>
+          <para>
+            From the keyboard, use the <keycap>D</keycap> key to
+            activate this tool.
+          </para>
 
-        <para>
-          The layer tool is used to organize the objects on the EER
-          Diagram canvas. It is useful for grouping together similar
-          objects. You may, for instance, want to group all your views
-          together.
-        </para>
+        </section>
 
-        <para>
-          Click the layer tool and use it to draw a rectangle on the
-          canvas. Change to the standard mouse pointer tool and pick up
-          any objects you would like to place in the newly created
-          layer.
-        </para>
+        <section id="wb-layer-tool">
 
-        <para>
-          To change the size of a layer, mouse over the lower left
-          corner of a layer and hold down the left button to adjust the
-          size of the layer.
-        </para>
+          <title>The Layer Tool</title>
 
-        <para>
-          You can also make changes to a layer by selecting the layer
-          and changing a property in the properties panel. Using the
-          <guilabel>Properties</guilabel> panel is the only way to
-          change the name of a layer.
-        </para>
+          <para>
+            The layer tool is the rectangular icon with a capital
+            <literal>L</literal> in the lower left corner.
+          </para>
 
-        <para>
-          From the keyboard, use the <keycap>L</keycap> key to activate
-          this tool.
-        </para>
+          <para>
+            The layer tool is used to organize the objects on the EER
+            Diagram canvas. It is useful for grouping together similar
+            objects. You may, for instance, want to group all your views
+            together.
+          </para>
 
-      </section>
+          <para>
+            Click the layer tool and use it to draw a rectangle on the
+            canvas. Change to the standard mouse pointer tool and pick
+            up any objects you would like to place in the newly created
+            layer.
+          </para>
 
-      <section id="wb-note-tool">
+          <para>
+            To change the size of a layer, mouse over the lower left
+            corner of a layer and hold down the left button to adjust
+            the size of the layer.
+          </para>
 
-        <title>The Note Tool</title>
+          <para>
+            You can also make changes to a layer by selecting the layer
+            and changing a property in the properties panel. Using the
+            <guilabel>Properties</guilabel> panel is the only way to
+            change the name of a layer.
+          </para>
 
-        <para>
-          The layer tool is the square icon with a capital
-          <literal>N</literal> in the top left corner. Use this tool to
-          place notes on the EER diagram canvas. Click the tool and then
-          click the desired location on the canvas. Once a note has been
-          dropped on the canvas, the mouse pointer reverts to its
-          default.
-        </para>
+          <para>
+            From the keyboard, use the <keycap>L</keycap> key to
+            activate this tool.
+          </para>
 
-        <para>
-          To write text in a note, right click the note and choose either
-          of the pop-up menu options, <guimenuitem>Edit Note
-          ...</guimenuitem> or <guimenuitem>Edit Note in New
-          Window</guimenuitem>.
+        </section>
 
-          <remark>
-            Bug to be fixed before more description
-          </remark>
-        </para>
+        <section id="wb-note-tool">
 
-        <para>
-          You can manipulate the properties of a note by selection it
-          and then changing its properties in the
-          <literal>Properties</literal> panel.
-        </para>
+          <title>The Note Tool</title>
 
-        <para>
-          From the keyboard, use the <keycap>N</keycap> key to activate
-          this tool.
-        </para>
+          <para>
+            The layer tool is the square icon with a capital
+            <literal>N</literal> in the top left corner. Use this tool
+            to place notes on the EER diagram canvas. Click the tool and
+            then click the desired location on the canvas. Once a note
+            has been dropped on the canvas, the mouse pointer reverts to
+            its default.
+          </para>
 
-      </section>
+          <para>
+            To write text in a note, right click the note and choose
+            either of the pop-up menu options, <guimenuitem>Edit Note
+            ...</guimenuitem> or <guimenuitem>Edit Note in New
+            Window</guimenuitem>.
 
-      <section id="wb-image-tool">
+            <remark>
+              Bug to be fixed before more description
+            </remark>
+          </para>
 
-        <title>The Image Tool</title>
+          <para>
+            You can manipulate the properties of a note by selection it
+            and then changing its properties in the
+            <literal>Properties</literal> panel.
+          </para>
 
-        <para>
-          Use the image tool to place an image on the canvas.
-          When this tool is selected and you click on the canvas,
-          a dialog box opens allowing you to select
-          the desired graphic file.
-        </para>
+          <para>
+            From the keyboard, use the <keycap>N</keycap> key to
+            activate this tool.
+          </para>
 
-        <para>
-          From the keyboard, use the <keycap>I</keycap> key to activate
-          this tool.
-        </para>
+        </section>
 
-      </section>
+        <section id="wb-image-tool">
 
-      <section id="wb-table-tool">
+          <title>The Image Tool</title>
 
-        <title>The Table Tool</title>
+          <para>
+            Use the image tool to place an image on the canvas. When
+            this tool is selected and you click on the canvas, a dialog
+            box opens allowing you to select the desired graphic file.
+          </para>
 
-        <para>
-          Use this tool to graphically create a table on the EER Diagram
-          canvas.
-        </para>
+          <para>
+            From the keyboard, use the <keycap>I</keycap> key to
+            activate this tool.
+          </para>
 
-        <para>
-          When this tool is activated, drop down list boxes appear below
-          the main menu. Use these list boxes to determine the schema,
-          engine type, and collation.  All the schemata shown in the <literal>Physical
-          Schemata</literal> section appear in the leftmost drop-down
-          box and all database engines in the engine drop-down box. The
-          collation drop-down box shows all available character set
-          options.
-        </para>
+        </section>
 
-        <para>
-          Clicking on the canvas, creates a table. To edit this table,
-          right click it and choose <guimenu>Edit Table</guimenu> or
-          <guimenuitem>Edit in new Window</guimenuitem> from the
-          pop-up menu.
-        </para>
+        <section id="wb-table-tool">
 
-        <para>
-          From the keyboard, use the <keycap>T</keycap> key to activate
-          this tool.
-        </para>
+          <title>The Table Tool</title>
 
-        <para>
-          For more information about creating and editing tables see
-          <xref linkend="wb-table-editor" />.
-        </para>
+          <para>
+            Use this tool to graphically create a table on the EER
+            Diagram canvas.
+          </para>
 
-      </section>
+          <para>
+            When this tool is activated, drop down list boxes appear
+            below the main menu. Use these list boxes to determine the
+            schema, engine type, and collation. All the schemata shown
+            in the <literal>Physical Schemata</literal> section appear
+            in the leftmost drop-down box and all database engines in
+            the engine drop-down box. The collation drop-down box shows
+            all available character set options.
+          </para>
 
-      <section id="wb-view-tool">
+          <para>
+            Clicking on the canvas, creates a table. To edit this table,
+            right click it and choose <guimenu>Edit Table</guimenu> or
+            <guimenuitem>Edit in new Window</guimenuitem> from the
+            pop-up menu.
+          </para>
 
-        <title>The View Tool</title>
+          <para>
+            From the keyboard, use the <keycap>T</keycap> key to
+            activate this tool.
+          </para>
 
-        <para>
-          Use this tool to graphically create a view on the EER Diagram
-          canvas.
-        </para>
+          <para>
+            For more information about creating and editing tables see
+            <xref linkend="wb-table-editor" />.
+          </para>
 
-        <para>
-          When this tool is activated, a schema drop-down box appears 
-          below the main menu, allowing you to associate
-          the new view with a specific schema. You can also select a
-          color for the object by choosing from the color drop down
-          list box to the right of the schema list box.
-        </para>
+        </section>
 
-        <para>
-          After selecting this tool, clicking in the canvas
-          creates a new view. To edit this view,
-          right click it and choose <guimenuitem>Edit View</guimenuitem> 
-          or <guimenuitem>Edit in New Window ...</guimenuitem>from the
-          pop-up menu.
-        </para>
+        <section id="wb-view-tool">
 
-        <para>
-          From the keyboard, use the <keycap>V</keycap> key to activate
-          this tool.
-        </para>
+          <title>The View Tool</title>
 
-        <para>
-          For more information about creating and editing views see
-          <xref linkend="wb-creating-views" />.
-        </para>
+          <para>
+            Use this tool to graphically create a view on the EER
+            Diagram canvas.
+          </para>
 
+          <para>
+            When this tool is activated, a schema drop-down box appears
+            below the main menu, allowing you to associate the new view
+            with a specific schema. You can also select a color for the
+            object by choosing from the color drop down list box to the
+            right of the schema list box.
+          </para>
+
+          <para>
+            After selecting this tool, clicking in the canvas creates a
+            new view. To edit this view, right click it and choose
+            <guimenuitem>Edit View</guimenuitem> or <guimenuitem>Edit in
+            New Window ...</guimenuitem>from the pop-up menu.
+          </para>
+
+          <para>
+            From the keyboard, use the <keycap>V</keycap> key to
+            activate this tool.
+          </para>
+
+          <para>
+            For more information about creating and editing views see
+            <xref linkend="wb-creating-views" />.
+          </para>
+
+        </section>
+
+        <section id="wb-routine-group-tool">
+
+          <title>The Routine Group Tool</title>
+
+          <para>
+            Use this tool to graphically create a routine group on the
+            EER Diagram canvas.
+          </para>
+
+          <para>
+            When this tool is activated, a schema drop-down box appears
+            below the main menu, allowing you to associate the routine
+            group with a specific schema. You can also select a color
+            for the routine group by choosing from the color drop down
+            list box to the right of the schema list box.
+          </para>
+
+          <para>
+            After selecting this tool, clicking in the canvas creates a
+            new group. To edit this view, right click it and choose
+            <guimenuitem>Edit Routine Group</guimenuitem> or
+            <guimenuitem>Edit in New Window ...</guimenuitem>from the
+            pop-up menu.
+          </para>
+
+          <para>
+            From the keyboard, use the <keycap>G</keycap> key to
+            activate this tool.
+          </para>
+
+          <para>
+            For more information about creating and editing views see
+            <xref linkend="wb-stored-procedures-tools" />.
+          </para>
+
+        </section>
+
+        <section id="wb-reference-relationship-tools">
+
+          <title>The Relationship Tools</title>
+
+          <para>
+            The five relationship tools are used to graphically
+            represent the following relationships:
+
+            <itemizedlist>
+
+              <listitem>
+                <para>
+                  One-to-many non-identifying relationships
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  One-to-one non-identifying relationships
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  One-to-many identifying relationships
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  One-to-one identifying relationships
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  Many-to-many identifying relationships
+                </para>
+              </listitem>
+
+            </itemizedlist>
+          </para>
+
+          <para>
+            For more information about relationships see
+            <xref linkend="wb-foreign-key-relationships"/>.
+          </para>
+
+          <para>
+            <remark>
+              More to come.
+            </remark>
+          </para>
+
+        </section>
+
       </section>
-      
-      <section id="wb-routine-group-tool">
-        
-        <title>The Routine Group Tool</title>
-        
-        <para>
-          Use this tool to graphically create a routine group on the EER Diagram
-          canvas.
-        </para>
-        
-        <para>
-          When this tool is activated, a schema drop-down box appears 
-          below the main menu, allowing you to associate
-          the routine group with a specific schema. You can also select a
-          color for the routine group by choosing from the color drop down
-          list box to the right of the schema list box.
-        </para>
-        
-        <para>
-          After selecting this tool, clicking in the canvas
-          creates a new group. To edit this view,
-          right click it and choose <guimenuitem>Edit Routine Group</guimenuitem> 
-          or <guimenuitem>Edit in New Window ...</guimenuitem>from the
-          pop-up menu.
-        </para>
-        
-        <para>
-          From the keyboard, use the <keycap>G</keycap> key to activate
-          this tool.
-        </para>
-        
-        <para>
-          For more information about creating and editing views see
-          <xref linkend="wb-stored-procedures-tools" />.
-        </para>
-        
-      </section>
-      
-      <section id="wb-reference-relationship-tools">
-        
-        <title>The Relationship Tools</title>
-        
-        <para>
-          The five relationship tools are used to graphically represent
-          the following  relationships:
-          
-          <itemizedlist>
-            
-            <listitem>
-              <para>
-                One-to-many non-identifying relationships
-              </para>
-            </listitem>
-            
-            <listitem>
-              <para>
-                One-to-one non-identifying relationships
-              </para>
-            </listitem>
-            
-            <listitem>
-              <para>
-                One-to-many identifying relationships
-              </para>
-            </listitem>
-            
-            <listitem>
-              <para>
-                One-to-one identifying relationships
-              </para>
-            </listitem>
-            
-            <listitem>
-              <para>
-                Many-to-many identifying relationships
-              </para>
-            </listitem>
-            
-          </itemizedlist>
-          
-        </para>
-        
-        <para>
-          For more information about relationships see
-          <xref linkend="wb-foreign-key-relationships"/>.
-        </para>
-        
-        <para>
-          <remark>
-           More to come.
-          </remark>
-        </para>
-        
-      </section>
 
     </section>
 
-  </section>
-
     <section id="wb-view-overview-physical-schemata">
 
       <title>The Physical Schemata</title>

@@ -728,8 +879,6 @@
 
 <!--end overview page-->
 
-  
-
 <!--end diagrams-->
 
   <section id="wb-navigator-palettes">


Modified: trunk/workbench/workbench.xml
===================================================================
--- trunk/workbench/workbench.xml	2007-11-26 21:52:48 UTC (rev 8898)
+++ trunk/workbench/workbench.xml	2007-11-26 22:02:32 UTC (rev 8899)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 587 bytes

@@ -21,8 +21,9 @@
     <abstract>
 
       <para>
-        This manual documents the &workbench; versions
-        &workbench_version_se; and &workbench_version_oss;.
+        This manual documents the &workbench_se; version
+        &workbench_version_se; and the &workbench_oss; version 
+        &workbench_version_oss;.
       </para>
 
         <para>


Thread
svn commit - mysqldoc@docsrva: r8899 - trunk/workbenchplavin26 Nov