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

Possibility to globally disable `WebStyledLabel` style syntax parsing by default #654

Open mgarin opened 3 years ago

mgarin commented 3 years ago

Since WebStyledLabel is now widely used for various renderers and other UI elements - it might be worth having such option, basically to allow users who are not interested in WebStyledLabel functionality (or will manually enable it only in specific cases) to disable automated syntax parsing which might lead to errors like described in #647