blob: 37a4b47e5e54d16aaac4e09dcc4df12f21feab9f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release
name="3.3 M3"
root="../../.."
>
<component name="JSDT">
<item title="JavaScript Editor Evaluation Support">
<description>
<p>
You can now select text in the JavaScript editor, evaluate it in the currently suspended JavaScript debug context and have the results
appear as a pop-up. You can activate the new feature from the JavaScript editor using the right-click menu on the selection
or the keyboard shortcut Alt+Shift+E.
</p>
<br/>
<img src="./jsdtdebug/editor-eval.png" alt="JavaScript Editor evaluation support"/>
</description>
</item>
<item title="Variable Value Hovers">
<description>
<p>
You can now hover over variables in source during a suspended debug session to see the values without having to look in the Variables view.
</p>
<br/>
<img src="./jsdtdebug/var-hover.png" alt="Variable value hover"/>
</description>
</item>
</component>
<component name="XML">
<item title="Content Model View">
<description>
<p>
The Content Model View displays the content model of the currently selected node of the XML Editor. The content model can be navigated to explore
Attributes and Elements and the min/max occurrences along with any datatypes that may be associated with the Elements.
</p>
<br/>
<img src="./sse/content_model.png" alt="The Content Model view"/>
</description>
</item>
<item title="Documentation View">
<description>
<p>
The Documentation View displays any associated documentation for the currently selected node of the XML Editor along with its content model.
</p>
<br/>
<img src="./sse/documentation.png" alt="The XML Documentation view"/>
</description>
</item>
<item title="Editor: Design Page Menu">
<description>
<p>
The XML Editor's Design page now has a context menu that can be contributed to. The menu ID to make contributes to is <code>org.eclipse.wst.xml.ui.editor</code>.
New to this menu is the ability to adjust the sizes of the XML Editor's columns.
</p>
<br/>
<img src="./sse/menu.png" alt="The new menu"/>
</description>
</item>
</component>
<component name="HTML">
<item title="Formatting">
<description>
<p>
The HTML formatter has been reworked significantly to indent block-level elements to one deeper level than the parent element. A list of inline elements
can be configured through preferences. These inline elements do not have its child nodes indented at a deeper level.
The preference can be found under the <b>Web</b> > <b>HTML Files</b> > <b>Editor</b> node from <b>Window</b> > <b>Preferences</b>.
</p>
<br/>
<img src="./sse/formatted_html.png" alt="Formatting preferences for inline elements"/>
<p>
Formatting preferences for inline elements.
</p>
<img src="./sse/html_formatting_prefs.png"/>
</description>
</item>
</component>
<!--
<component name="XSL">
<item title="">
<description>
</description>
</item>
</component>
-->
<!--
<component name="XML Schema">
</component>
-->
</release>