blob: 73d52a6de686cff25af35ef71e6e1e59a43774e6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><release name="3.6" 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 &gt; Preferences &gt; Web &gt; HTML Files &gt; Validation.
<br/>
<img src="sse/attribute_patterns.png"/>
<br/>
<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>
</release>