blob: 43e5f1d51dfb733ae6bc2521ff87c27dd8e9a392 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release
name="3.6 M3"
root="../../.."
>
<component name="CSS">
<item title="Pick Colors from Preview">
<description>
When hovering over a color value in the CSS editor, a preview of the color is presented. The Edit Property Color toolbar action will open the system color dialog to edit this color.
<br />
<img src="sse/color_picker.png" />
</description>
</item>
</component>
<component name="HTML">
<item title="Validation Filters for HTML Attributes">
<description>
HTML validation can now be configured to ignore specific attributes or attribute patterns. This can be useful for attributes that are used throughout a document but are not defined by the specification. A comma-separated list of attribute patterns can be configured at the workspace level under Window > Preferences > Web > HTML Files > Validation.
<br />
<img src="sse/attribute_patterns.png" />
<br />
In addition, quick fixes have been added that will make it easy to add attribute patterns to this list.
<br />
<img src="sse/attribute_quick_fix.png" />
</description>
</item>
</component>
<component name="JSP">
<item title="Add Import Declarations for Unresolved Java Types">
<description>
The JSP editor can now add import declarations for unresolved types in scriptlet regions. Select the unresolved type in the editor and choose Add Import (Ctrl+Shift+M/Cmd+Shift+M) from the Source menu.
</description>
</item>
</component>
<!--
<component name="XSL">
<item title="">
<description>
</description>
</item>
</component>
-->
<!--
<component name="XML Schema">
</component>
-->
</release>