Author: pamarcelot
Date: Mon Sep 3 06:53:05 2007
New Revision: 572338
URL: http://svn.apache.org/viewvc?rev=572338&view=rev
Log:
Added 'Projects view' section.
Added:
directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-new.gif
(with props)
directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-offline-closed.gif
(with props)
directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-offline.gif
(with props)
directory/studio/trunk/studio-schemaeditor-help/resources/images/views_projects-view.png
(with props)
Modified:
directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml
Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-new.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-new.gif?rev=572338&view=auto
==============================================================================
Binary file - no diff available.
Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-new.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-offline-closed.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-offline-closed.gif?rev=572338&view=auto
==============================================================================
Binary file - no diff available.
Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-offline-closed.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-offline.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-offline.gif?rev=572338&view=auto
==============================================================================
Binary file - no diff available.
Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_project-offline.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/views_projects-view.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/views_projects-view.png?rev=572338&view=auto
==============================================================================
Binary file - no diff available.
Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/views_projects-view.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml?rev=572338&r1=572337&r2=572338&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml (original)
+++ directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml Mon Sep
3 06:53:05 2007
@@ -192,7 +192,7 @@
</screenshot>
</para>
<para><emphasis role="strong">Toolbar</emphasis></para>
- <para>The toolbar of the Hierarchy View contains the following actions:
+ <para>The toolbar of the Hierarchy view contains the following actions:
<itemizedlist spacing="normal" mark="bullet">
<listitem>
<imageobject>
@@ -215,7 +215,7 @@
</itemizedlist>
</para>
<para><emphasis role="strong">Menu</emphasis></para>
- <para>The menu of the Hierarchy View contains the following actions:
+ <para>The menu of the Hierarchy view contains the following actions:
<itemizedlist spacing="normal" mark="bullet">
<listitem>
<imageobject>
@@ -367,8 +367,66 @@
<!-- PROJECTS VIEW SECTION -->
<section id="gettingstarted_views_projects">
<title>Projects view</title>
+ <para>This Projects view shows all the Schema projects of the workspace.</para>
<para>
+ <screenshot>
+ <mediaobject>
+ <imageobject>
+ <imagedata scale="50"
+ fileref="images/views_projects-view.png" format="PNG" />
+ </imageobject>
+ </mediaobject>
+ </screenshot>
+ </para>
+ <para><emphasis role="strong">Toolbar</emphasis></para>
+ <para>The toolbar of the Projects view contains the following actions:
+ <itemizedlist spacing="normal" mark="bullet">
+ <listitem>
+ <imageobject>
+ <imagedata contentdepth="1em" fileref="images/icons_project-new.gif" format="GIF"
/>
+ </imageobject> -
+ <emphasis>New Schema Project</emphasis>: Opens the New Schema Project wizard.
+ </listitem>
+ </itemizedlist>
</para>
+ <para><emphasis role="strong">Icons</emphasis></para>
+ <para>The following icons can appear in the Projects view:</para>
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <colspec colname="Icon" colwidth="1* "/>
+ <colspec colname="Description" colwidth="3*" />
+ <thead>
+ <row>
+ <entry>Icon</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry align="center">
+ <mediaobject>
+ <imageobject>
+ <imagedata contentdepth="1em" fileref="images/icons_project-offline-closed.gif"
format="GIF" />
+ </imageobject>
+ </mediaobject>
+ </entry>
+ <entry>Closed project</entry>
+ </row>
+ <row>
+ <entry align="center">
+ <mediaobject>
+ <imageobject>
+ <imagedata contentdepth="1em" fileref="images/icons_project-offline.gif" format="GIF"
/>
+ </imageobject>
+ </mediaobject>
+ </entry>
+ <entry>Open project</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
</section>
<!-- SCHEMA VIEW SECTION -->
|