blob: 95a29fa92a5fead0fc416e1eb2a82be7a9ad6a16 [file] [log] [blame]
<?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&amp;classification=WebTools&amp;component=incubator&amp;component=wtp.inc.facelets&amp;component=wtp.inc.xsl&amp;target_milestone=1.0+M5&amp;cmdtype=doit"
>available</a>.
</greeting>
<component
name="XSL 1.0M5"
>
<item title="Editor: XML Model Content Assist in XPath Expressions">
<description>
<p>
The XSLT editor now supports content assistance for XML files with namespaces
or an inferred grammar.
</p>
<img src="incubator/xmlXPathAssist.png" alt="XML Model XPath Assistance"/>
<p>
This currently only works for globally defined elements in the namespace that has
been defined in the XML Catalog. It also will work with DTDs as well as grammars
loaded using XML Schema Location. It is recommended though that the grammar be
setup with in the XML Catalog as a Namespace Key.
</p>
</description>
</item>
<item title="Editor: XPath Content Assistance">
<description>
<p>
XPath content assistance has been reworked to address several bugs when it
came to providing proposals. Proposals should now work directly after slashes,
commas, parentheses, brackets, and axis statements.
</p>
</description>
</item>
<item title="XPath View: No Matches">
<description>
<p>
The XPath View has been updated so that if there are no results returned for the
expression, it will return "No Matches" within the view itself. It also has been
updated to clear the display when a non SSE based editor is in focus.
</p>
<p>
The view will also dynamically try and update itself as the active XML document is
being editted.
</p>
</description>
</item>
</component>
<component name="Facelets"></component>
</release>