blob: 48661784679ed6e07a0589e80acfc3e3e244da33 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../../development/news/new_and_noteworthy.xsl"?>
<release name="2.0" root="../../..">
<component name="Structured Source Editing">
<item title="Redesigned Syntax Coloring preference pages">
<description>
Syntax Coloring preferences for the WTP source editors
now resemble those of the Java and C/C++ editors. Users
can still click within the Sample text to find the
matching style, however.
<br />
<br />
<img
src="xml/syntax_coloring1.png"
alt="Syntax Coloring preference page for XML"
/>
</description>
</item>
<item title="Formatting selection">
<description>
The command previously known as <b>Format Document</b> will
now just be known as <b>Format</b>. This is because if the
user selects some text, the <b>Format</b> command will now
just format the elements selected. If no text is
selected, <b>Format Document</b> is performed. The <b>Format
Active Elements</b> command remains the same. When users
invoke that action, it will format the element the
cursor is currently on.
<br />
<br />
<img
src="xml/newnote-formataction.png"
alt="Smarter Format action"
/>
</description>
</item>
<item title="New hyperlinking preferences">
<description>
The Eclipse platform has implemented a <b>Hyperlinking</b>
preference page for <b>Text Editors</b> where users may specify the kinds of
hyperlink navigation they want enabled. The kinds of Hyperlink created by the
WTP source editors are now available in that list. This new preference
page can be found under the <b>Text Editors</b> preference
page.
<br />
<br />
<img
src="xml/newnote-hyperlinkingprefs.png"
alt="Hyperlink preferences"
/>
</description>
</item>
<item title="Spell checking quick fixes">
<description>
English spelling dictionaries were added in
Eclipse 3.3 M7. See the section entitled
"English spelling dictionaries" in the Eclipse
3.3 M7 New &amp; Noteworthy
<a
href="http://download.eclipse.org/downloads/drops/S-3.3M7-200705031400/eclipse-news-M7.html#Platform">
here
</a>
for more details. Quick fix proposals have been
added to assist with correcting reported
spelling errors. Users can invoke Quick Fix
through the
<b>Edit</b>
menu on the main menu bar or with the shortcut
key Ctrl+1 (may vary based on platform)
<br />
<br />
<img src="xml/spellcheckquickfix.png"
alt="Spell checking quick fix for XML" />
</description>
</item>
<item title="Smart caret positioning">
<description>
The source editors now follow the Text Editors Smart Home/End preferences.
For users who would rather not have this behavior, it can be disabled from the <b>Text Editors</b>
preference page.
<br />
<br />
<img
src="xml/smartHomeEnd.png"
alt="Smart caret positioning preference" />
</description>
</item>
<item title="Pop-up and proposal color preferences">
<description>
Users can now specify their own color preferences for
the background and foreground of the completion
proposals and parameter hints popup windows. New
preferences are found on the <b>Structured Text Editors</b>
preference page.
<br />
<br />
<img src="xml/contentassistproposals.png"
alt="Coloring preference tab for Structured Text Editors" />
<br />
<br />
<img src="xml/contentassistproposals1.png"
alt="Custom colors in the proposal list pop-up" />
</description>
</item>
</component>
<component name="XML">
<item title="Reordered New XML Wizard">
<description>
The first two pages of the New XML File wizard have been
reordered to conform to more typical wizard behavior.
Users can now specify a file name and click <b>Finish</b> if
they want to use the defaults or proceed by clicking
<b>Next</b> to specify more options.
<br />
<br />
<img src="xml/xmlwizard.png"
alt="The new first page in the XML Wizard" />
<br />
<br />
<img src="xml/xmlwizard1.png"
alt="The new second page in the XML Wizard" />
</description>
</item>
<item title="Entity reference syntax coloring">
<description>
Users can now specify their own color preference for
entity references. The new preference can be found in the XML <b>Syntax
Coloring</b> preference page.
<br />
<br />
<img src="xml/entitycoloring.png"
alt="Entity References in a Syntax Coloring preference page" />
</description>
</item>
<item title="New formatting preferences">
<description>
Users can now specify if they want all text and
whitespace to be left alone in tags with PCDATA
content when formatting the document. Users can also
specify if they want the formatter to align the end
bracket of their start tag with the begin bracket
for tags that span more than one line. These options
can be found on the XML <b>Source</b> preference page.
<br />
<br />
<img
src="xml/newnote-formatprefs.png"
alt="New whitespace and bracket alignment options"
/>
</description>
</item>
</component>
</release>