| <?xml version="1.0" encoding="UTF-8"?> |
| <?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?> |
| <release name="Incubator" root="../../.."> |
| <greeting> |
| The WTP Incubator is a subproject fostering the |
| creation and development of new components for existing WTP subprojects, before |
| they become part of a release. While they don't fall under the same schedule as the WTP release itself, |
| they are encouraged to follow the same processes. As such, a complete list of which Incubator bugs |
| were fixed during this milestone is also |
| <a |
| href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=WebTools&component=incubator&component=wtp.inc.facelets&component=wtp.inc.xsl&target_milestone=1.0+M2&cmdtype=doit" |
| >available</a> |
| . |
| </greeting> |
| <component name="XSL 1.0M2"> |
| <item title="Content Assist: exclude-result-prefix attribute"> |
| <description> |
| <p> |
| Content assistance is now available on XSLT exclude-result prefixes. |
| </p> |
| <img src="incubator/ExcludeContentAssist1.png" alt=""/> |
| <p> |
| The content assistance will provide a list of all available namespace |
| prefixes that can be excluded. |
| </p> |
| <img src="incubator/ExcludeContentAssist2.png" alt=""/> |
| <p> |
| If a result prefix has already been excluded, it is not available |
| in the proposal list. i.e. html has already been excluded so it |
| does not show up in the list. |
| </p> |
| </description> |
| </item> |
| <item title="Content Assist: mode attribute"> |
| <description> |
| <p> |
| Content assistance is now available for the XSLT mode attribute. This |
| attribute is on the xsl:template and xsl:apply-templates elements. |
| </p> |
| <img src="incubator/modeAssistance.png" alt=""/> |
| <p> |
| The assistance will find all available modes that have been defined in |
| the current stylesheet as well as any imported or included stylesheets. |
| </p> |
| </description> |
| </item> |
| <item title="Content Assitance: call-template"> |
| <description> |
| <p> |
| Content Assistance is available for the name attribute on the |
| xsl:call-template element. |
| </p> |
| <img src="incubator/calltemplate.png" alt=""/> |
| <p> |
| This will provide proposals of available named templates that |
| can be called. This searches the current stylesheet as well as |
| any imported or included stylesheets. |
| </p> |
| </description> |
| </item> |
| <item title="Content Assitance: include/import href"> |
| <description> |
| <p> |
| Content assistance is available for the href attribute on |
| xsl:include and xsl:import elements. |
| </p> |
| <img src="incubator/hrefAssistance.png" alt=""/> |
| <p> |
| This will search the current project for any XSLT stylesheet |
| that is available, and provide it as a possible proposal. It |
| is limited in scope to the current project. |
| </p> |
| </description> |
| </item> |
| <item title="Content Assistance: xsl element proposals"> |
| <description> |
| <p> |
| XSL element proposals are now available for positions that aren't |
| within the current XSL namespace. This allows for xsl proposals |
| underneath other elements. The scope is determined by the first |
| ancestor xsl element that is found. |
| </p> |
| <img src="incubator/xslproposals.png" alt=""/> |
| </description> |
| </item> |
| <item title="Debugger: Result View"> |
| <description> |
| <p> |
| The XSLT debugger now supports a result view. The view will |
| show the output that has been generated to the current break point. As |
| a user steps through code the view will be updated as well. |
| </p> |
| <img src="incubator/resultView.png" alt=""/> |
| </description> |
| </item> |
| <item title="Editor: Template Override Marker"> |
| <description> |
| <p> |
| The XSLT editor now provides a marker for when a template |
| overrides an imported template. |
| </p> |
| <img src="incubator/override1.png" alt=""/> |
| <p> |
| Moving the mouse over the green triangle will show in which |
| xsl stylesheet the template resides that is being overridden. |
| </p> |
| <img src="incubator/override2.png" alt=""/> |
| </description> |
| </item> |
| </component> |
| <component name="Facelets"> |
| </component> |
| </release> |