JBoss Tools What's New Visual Page Editor

Last revised April 14, 2008

This is the template for the "What's new" document that accompanies each JBoss Tools release. (roughly based on the template from Eclipse News and Noteworthy)


JBoss Tools Visual Page Editor


General

Was made big performance improvements,fixed some memory leaks, content assistant was separated from visual part, fixed bugs with templates


Taglibs Version Support

Support for taglibs version was added to templates

Example:

<vpe:tag name="f:testTldVersion" case-sensitive="yes">
      <vpe:if test="tld_version('min=0.0 max=1.2')" >
          <vpe:template children="yes" modify="yes">
          </vpe:template>
      </vpe:if>
      <vpe:if test="tld_version('min=1.3 max=2.0')" >
          <vpe:template children="yes" modify="yes">
          </vpe:template>
      </vpe:if>
      <vpe:template children="yes" modify="yes">
      </vpe:template>//default template
</vpe:tag>

Text Formatting In template mechanism text formatting was improved
Example:
	<vpe:textFormatting use-default-formats="yes">
	</vpe:textFormatting>