[jbosstools-commits] JBoss Tools SVN: r12937 - trunk/seam/docs/reference/en/modules.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jan 8 12:01:46 EST 2009


Author: ochikvina
Date: 2009-01-08 12:01:45 -0500 (Thu, 08 Jan 2009)
New Revision: 12937

Modified:
   trunk/seam/docs/reference/en/modules/seam_editors.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-500 - adding "Content Assist for components.xml" section;

Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_editors.xml	2009-01-08 17:00:48 UTC (rev 12936)
+++ trunk/seam/docs/reference/en/modules/seam_editors.xml	2009-01-08 17:01:45 UTC (rev 12937)
@@ -11,12 +11,13 @@
 
     <title>Seam Editors Features</title>
 
+    <para>In this chapter you will know what Seam Editors features are and how to work with them. </para>
+
     <section id="ContentAssist">
 
         <title>Content Assist</title>
 
-        <para>In this chapter you know what Seam Editors Features are and how to work with them. </para>
-        <para><property>Content Assist</property> (ctrl + space) is available when using expression
+        <para><property>Content Assist</property> (Ctrl + space) is available when using expression
             language in:</para>
         <itemizedlist>
             <listitem>
@@ -47,17 +48,49 @@
         <note>
             <title>Note:</title>
 
-            <para>To get Code Assist available for an externally generated and imported project, don&apos;t forget to enable Seam
-                features and configure Seam Settings in <link linkend="project_pref">Project Preferences</link>.</para>
+            <para>To get Code Assist available for an externally generated and imported project,
+                don&apos;t forget to enable Seam features and configure Seam Settings in <link
+                    linkend="project_pref">Project Preferences</link>.</para>
         </note>
+
+        <section id="components_code_assist">
+            <title>Content Assist for components.xml</title>
+
+            <para>While you are editing a <emphasis>
+                    <property>components.xml</property>
+                </emphasis> file you can make use of the Content Assist for inserting needed
+                elements.</para>
+
+            <figure>
+                <title>Content Assist in the component.xml Editor</title>
+                <mediaobject>
+                    <imageobject>
+                        <imagedata fileref="images/seam_editors/seam_editors_1a.png"/>
+                    </imageobject>
+                </mediaobject>
+            </figure>
+
+            <para>The editor also makes code completion aware of methods/attributes for EntityQuery
+                component.</para>
+
+            <figure>
+                <title>Content Assist for EntityQuery Component</title>
+                <mediaobject>
+                    <imageobject>
+                        <imagedata fileref="images/seam_editors/seam_editors_1b.png"/>
+                    </imageobject>
+                </mediaobject>
+            </figure>
+        </section>
     </section>
 
     <section id="OpenOn">
         <title>OpenOn</title>
 
         <para><property>OpenOn</property> let's you easily navigate through your project without
-            using the Package Explorer or Project Explorer. After pressing ctrl + left click (or
-            just F3) you will see a corresponding method or class.</para>
+            using the Package Explorer or Project Explorer. After pressing <emphasis>
+                <property>Ctrl + left click</property>
+            </emphasis> (or just F3) you will see a corresponding method or class.</para>
 
         <figure>
             <title>OpenOn</title>
@@ -77,7 +110,7 @@
             applications.</para>
 
         <para>If an issue is found it will be showed in the standard <property>Problems
-            View</property>.</para>
+                View</property>.</para>
 
         <figure>
             <title>Seam Validation</title>
@@ -92,7 +125,8 @@
         <para>In the preferences page for Seam Validator you can see and modify the validator
             behavior. Go to <emphasis>
                 <property>Window > Preferences > JBoss Tools > Web > Seam > Validator</property>
-            </emphasis> and select the severity level for the optional Seam Validator problem.</para>
+            </emphasis> and select the severity level for the optional Seam Validator
+            problem.</para>
 
         <figure>
             <title>Seam Validator Preferences</title>
@@ -106,7 +140,7 @@
         <para>On WTP projects validation are enabled by default and thus executed automatically, but
             on normal Java projects you will have to go and add the Validation builder to your
             project . It is available in the properties of your project under
-            <property>Validation</property>. The validations can be run manually by clicking
+                <property>Validation</property>. The validations can be run manually by clicking
                 <property>Validate</property> via the context menu on your project which will
             execute all the active WTP validations.</para>
     </section>




More information about the jbosstools-commits mailing list