From jbosstools-commits at lists.jboss.org Fri Oct 16 08:36:12 2009 Content-Type: multipart/mixed; boundary="===============0667769445261539945==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r18128 - trunk/hibernatetools/docs/reference/en/modules. Date: Fri, 16 Oct 2009 08:36:12 -0400 Message-ID: <200910161236.n9GCaCCQ025506@svn01.web.mwc.hst.phx2.redhat.com> --===============0667769445261539945== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2009-10-16 08:36:12 -0400 (Fri, 16 Oct 2009) New Revision: 18128 Modified: trunk/hibernatetools/docs/reference/en/modules/plugins.xml Log: https://jira.jboss.org/jira/browse/JBDS-884 - adding the section 'JBoss Too= ls Properties Editor'; Modified: trunk/hibernatetools/docs/reference/en/modules/plugins.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/hibernatetools/docs/reference/en/modules/plugins.xml 2009-10-16 1= 2:00:59 UTC (rev 18127) +++ trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2009-10-16 1= 2:36:12 UTC (rev 18128) @@ -1578,7 +1578,6 @@ =
Structured cfg.xml Editor - @@ -1587,7 +1586,83 @@
= + = +
+ JBoss Tools Properties Editor + = + The editor is meant for editing .properties fil= es. It contains two tabs: the = + Properties (UI) tab and the = + Source tab for manual editing. + = + For hibernate.properties file JBoss T= ools Properties Editor + provides content assist which is available both for hibernate propertie= s and property values. You can make use of = + the content assist while editing the file in the Source view and in the= Properties view of the editor. + = + = + To add the property in the = + Properties view, click the + Add button. = +
+ Adding the Property + + + + + +
+ = + In the + Name field press + Ctrl+Space to invoke the content assis= t. = + It will suggest + 'hibernate.' which is the pr= efix for all hibernate properties. After = + selecting + 'hibernate.' and invoking th= e content assist again, = + other prefixes and properties are displayed as the proposals with a des= cription of each one. + = +
+ Content Assist for Properties Names + + + + + +
+ = + When invoking the content assist in the + Value field, it also provides a list of= proposals. + = +
+ Content Assist for Properties Values + + + + + +
+ = + In the Source view of the editor, content ass= ist also could be invoked both for properties names and values: + = +
+ Content Assist in the Source view + + + + + +
+ = +
+ Content Assist in the Source view + + + + + +
+
+
Reveng.xml Editor = --===============0667769445261539945==--