File Status Colors
This release is fixing some issues left out since the latest release, such as:
- Rewriting the Wallpaper component to unset the custom wallpaper at every exit, thus preventing the background to stick when the plugin is uninstalled
- Issues with selected line in the tree
- Fix height of debug tabs
But this release is also adding some new stuff, such as:
- New design for Material Checkboxes
- New design for Combobox Actions (in the toolbar)
- Changed the Javascript file icon
- More UI Icons (especially debugger icons, there is still a lot to do)
- Converted the old Bold Tabs to Bold directories to make opened directories bold in the tree (the old behavior of bold tabs is still there)
And last but not least, I've added a new feature: File Status Colors
File Status Colors
File Status Colors were a feature added by Jetbrains that allow color schemes creators to set different colors to files in the Project Tree and Tabs according to the file status (added to VCS, Modified, In another changelist, Ignored...). However they removed that feature stating that File Colors are not supposed to be linked to Color Schemes but to Look and Feel. While I agree with them, there is still no much support for that change for plugin developers to provide their own file colors since there is no support for custom LAFs to begin with.
Therefore I've decided to implement back this feature to allow users to customize the file colors anyway with the colors of the theme.
The colors are found in the Color Scheme Settings under the section Material File Colors. All available statuses are there, added, modified, ignored, deleted... even some that I don't understand (Hijacked?) and you can customize it to your will. Remember though that these colors are bound to the scheme, not the theme (for the moment) so take this into mind.
Again, this release is still not available on the plugin rep, but as soon as the owner comes back from his vacation, hopefully we'll be at the version 1.0 :)