Highlights
This release brings some updated colors in "Flat Light" and "Flat IntelliJ" themes, wide selection in Tree, reduced clutter in selections by hiding focus indicator in List, Tree and Table cells.
New:
Old:
Change Log
- Updated colors in "Flat Light" and "Flat IntelliJ" themes with colors from
"IntelliJ Light Theme", which provides blue coloring that better matches
platform colors. - Tree: Support wide selection (enabled by default).
- Table: Hide grid and changed intercell spacing to zero.
- List, Table and Tree: Added colors for drag-and-drop. Added "enable drag and
drop" checkbox to Demo on "Data Components" tab. - List and Tree: Hide cell focus indicator (black rectangle) by default. Can be
enabled withList.showCellFocusIndicator=true
/
Tree.showCellFocusIndicator=true
, but then the cell focus indicator is shown
only if more than one item is selected. - Table: Hide cell focus indicator (black rectangle) by default if none of the
selected cells is editable. Can be show always with
Table.showCellFocusIndicator=true
. - Support basic color functions in
.properties
files:rgb(red,green,blue)
,
rgba(red,green,blue,alpha)
,hsl(hue,saturation,lightness)
,
hsla(hue,saturation,lightness,alpha)
,lighten(color,amount[,options])
and
darken(color,amount[,options])
. - Replaced prefix
@@
with$
in.properties
files. - Fixed link color (in HTML text) and separator color in IntelliJ platform
themes. - Use logging instead of printing errors to
System.err
. - Updated IntelliJ Themes in demo to the latest versions.
- IntelliJ Themes: Fixed link and separator colors.