From jbosstools-commits at lists.jboss.org Tue Mar 10 11:59:12 2009 Content-Type: multipart/mixed; boundary="===============1026864377251127795==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r14151 - trunk/seam/docs/reference/en/modules. Date: Tue, 10 Mar 2009 11:59:12 -0400 Message-ID: --===============1026864377251127795== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: msorokin Date: 2009-03-10 11:59:11 -0400 (Tue, 10 Mar 2009) New Revision: 14151 Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml Log: https://jira.jboss.org/jira/browse/JBDS-502 Content Assist and OpenOn for page(s).xml are documented Modified: trunk/seam/docs/reference/en/modules/seam_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/seam/docs/reference/en/modules/seam_editors.xml 2009-03-10 14:46:= 42 UTC (rev 14150) +++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2009-03-10 15:59:= 11 UTC (rev 14151) @@ -218,7 +218,7 @@ Page crea= tes a new page element on the diagram Exception= creates a new exception element on the diagram Auto Layout formats the layout of the diagram automatically - Select Element calls the Select Element Wizard with a filter to= perform a quick search through the pages file + Select Element calls the Select Element Wizard with a filter to= perform a quick search through the pages.xml file = Rightclicking on a <page> @@ -229,8 +229,8 @@ Rule defines = a new navigation rule for the element Param adds a = - <param> tag - to the + <param> = + tag to the <page> element @@ -290,7 +290,7 @@ = = - The Tree mode shows a tree for every element in the page= s.xml file. You can get a quick overview of the whole file and selecting an= element the related element is highlighted in the Graphical, Tree or Sourc= e page of Seam Pages Editor. + The Tree mode shows a tree for every element in the page= s.xml file. You can get a quick overview of the whole file. When selecting = an element in the Outline view the related element is highlighted in the G= raphical, Tree or Source page of Seam Pages Editor. = = = @@ -424,12 +424,25 @@ + + = - +
+ Content Assist for Page Descriptors + = + Content Assist ( CA ) is available for Page Descriptors, = + .page.xml and page.xml files. = + Content Assist lets you easily compose a Page Descriptor f= ile by suggesting elements and attributes. The suggestions are context depe= ndent, which means that CA provides only the elements, attributes and in so= me cases values for the attributes, suitable in a particular place of your= Page Descriptor. = + = + + + Seam Pages Editor also supports code completion in EL-exp= ressions suggesting you possible bean properties and methods. = + +
OpenOn = - OpenOn let's you easily navigate throug= h your project without + OpenOn lets 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 o= r class. @@ -443,10 +456,11 @@ = - OpenOn is also supported in Page Descriptors(page.xml). You = can Ctrl + left click on the bean to open navigate to = the bean you clicked on. + OpenOn is also supported in Page Descriptors (.pag= e.xml and pages.xml). OpenOn allows you to = navigate to Java beans as well as to view pages. + You can Ctrl + left click on a bean or on= view page file (e.g. XTML file) to navigate to the file you clicked on. <= /para> =
- OpenOn in page.xml file + OpenOn in .page.xml file --===============1026864377251127795==--