Author: smukhina
Date: 2010-04-28 12:04:31 -0400 (Wed, 28 Apr 2010)
New Revision: 21784
Modified:
trunk/jsf/docs/userguide/en-US/editors.xml
Log:
TOOLSDOC-4 Tool tips in editors - section about jave files is added
Modified: trunk/jsf/docs/userguide/en-US/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/editors.xml 2010-04-28 15:43:04 UTC (rev 21783)
+++ trunk/jsf/docs/userguide/en-US/editors.xml 2010-04-28 16:04:31 UTC (rev 21784)
@@ -277,6 +277,11 @@
</listitem>
<listitem>
<para>
+ <link linkend="ContentAssistForJavaFiles">Java
files</link>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<link linkend="ContentAssistForRF">RichFaces
components</link>
</para>
</listitem>
@@ -288,11 +293,7 @@
<link linkend="ContentAssistForInsertTag">Insert
Tag Wizard</link>
</para>
</listitem>
- <listitem>
- <para>
- <link
linkend="ContentAssistForExpressionLanguageShowsJavaDoc">JavaDoc for
EL</link>
- </para>
- </listitem>
+
</itemizedlist>
<para>Notice, that code completion for EL variables has icons
illustrating what they are
from. The most of this icons are described in the table
below.</para>
@@ -819,6 +820,8 @@
</figure>
</section>
</section>
+
+
<section id="ContentAssistForXHTMLPages">
<title>Content Assist for XHTML Pages</title>
<para>The code completion for the Seam components in a Seam project
shows the
@@ -836,6 +839,20 @@
linkend="contentAssistForCustomFacelets">"Content Assist for Custom
Facelets Components"</link> later in this
guide.</para>
</section>
+
+ <section id="ContentAssistForJavaFiles">
+ <title>Content Assist for Java Files</title>
+ <para>Various tools tips provide you additional information about
java elements (JavaDocs, source classes, return types, method names, params, and etc.)
when working with java files</para>
+ <figure>
+ <title>Content assist for JavaDoc</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/editors_features/editors_features_33.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ </section>
<section id="ContentAssistForInsertTag">
<title>Content Assist for Insert Tag Wizard</title>
<para>Content Assist is also available for any attribute value of
<emphasis>Insert
@@ -968,19 +985,7 @@
</listitem>
</itemizedlist>
</section>
- <section
id="ContentAssistForExpressionLanguageShowsJavaDoc">
- <title>JavaDoc for Expression Language</title>
- <para>Content assist for expression language shows Java doc if
available for referenced methods.</para>
- <figure>
- <title>Expression Language Content assist shows Java
doc</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/editors_features/editors_features_33.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- </section>
+
</section>
<section
id="FullControlOverSourceFiles-SynchronizedSourcAndVisualEditing74">
<title>Synchronized Source and Visual Editing</title>
Show replies by date