From jbosstools-commits at lists.jboss.org Wed Jan 28 05:42:00 2009 Content-Type: multipart/mixed; boundary="===============5216524556812834733==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r13303 - trunk/jsf/docs/userguide/en/modules. Date: Wed, 28 Jan 2009 05:42:00 -0500 Message-ID: --===============5216524556812834733== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2009-01-28 05:42:00 -0500 (Wed, 28 Jan 2009) New Revision: 13303 Modified: trunk/jsf/docs/userguide/en/modules/editors.xml Log: https://jira.jboss.org/jira/browse/JBDS-475 - updating the "Content Assist"= section; Modified: trunk/jsf/docs/userguide/en/modules/editors.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jsf/docs/userguide/en/modules/editors.xml 2009-01-28 10:41:29 UTC= (rev 13302) +++ trunk/jsf/docs/userguide/en/modules/editors.xml 2009-01-28 10:42:00 UTC= (rev 13303) @@ -220,6 +220,28 @@ = + Notice, that code completion for EL variables has icons = illustrating what they are from. + Currently it's performed for resource bundles, JSF an= d Seam components. + = +
+ JSF Content Assist + + + + + +
+ = +
+ Seam Content Assist + + + + + +
+ = + Also, as you can see, the ranking and sorting are availa= ble in EL code completions. =
= @@ -567,7 +589,7 @@ JavaScript Tags Content Assist - @@ -581,7 +603,15 @@ RichFaces components JBDS indeed provides code completion for RichFa= ces framework - components. All you have to do is to install RichFaces= libraries into your + components. + = + + Tip: + = + RichFaces 3.2 is now fully supported in code com= pletion. + + = + All you have to do is to install RichFaces libra= ries into your project. See here how to install it. @@ -655,8 +685,8 @@ Follow these steps to set what is available for code= assist: - Adds code assist for JSF pre-defined objects= , such as + Adds code assist for JSF pre-defined objects= , such as + "#{param}" : @@ -933,15 +963,16 @@ Support for Taglib versions = VPE templates now support various versions of tag li= braries. It means that the - VPE takes control under those com= ponents which have different parameters or - preview according to the framework version (like seam = 1.2 and seam 2.0, or JSF - 1.1 and JSF 1.2). + VPE takes control under those= components which have + different parameters or preview according to the frame= work version (like seam + 1.2 and seam 2.0, or JSF 1.1 and JSF 1.2). = For example, - <s:decorate> ele= ment in seam has different - parameters in versions 1.2 and 2.0 as well as - <h:outputLink> JSF - element has different preview in versions 1.1 and 1.2.= + <s:decorate> + element in seam has different parameters i= n versions 1.2 and 2.0 as + well as + <h:outputLink> + JSF element has different preview in versi= ons 1.1 and 1.2.
= --===============5216524556812834733==--