mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.13k stars 234 forks source link

Default supported OS value in skin settings #617

Open husker-dev opened 4 years ago

husker-dev commented 4 years ago

To my opinion it would be better to make a default value for supported os - all, without having to write this.

If a person creates a style without specifying supported os, this means he coding for every os. Therefore, there is no need to write <supportedSystems>all</supportedSystems>.

mgarin commented 4 years ago

I already have that implemented as a part of changes for v1.3.0 performance update (probably along with a few more non-required fields). But it will still take some more time for sure.

Meanwhile I'll be releasing a few minor updates with some smaller improvements and fixes.