IntelliJ Themes: theme prefix in IntelliJTheme$ThemeLaf.properties changed from [theme-name] to {theme-name}

preparation to support custom/general property prefixes for #649 and #974
This commit is contained in:
Karl Tauber
2025-02-25 15:04:22 +01:00
parent 7f37e884d3
commit 68b8769d0d
3 changed files with 304 additions and 299 deletions

View File

@@ -51,6 +51,11 @@ FlatLaf Change Log
application where multiple class loaders are involved. E.g. in Eclipse plugin
or in LibreOffice extension. (issues #955 and #851)
#### Incompatibilities
- Theme prefix in `IntelliJTheme$ThemeLaf.properties` changed from
`[theme-name]` to `{theme-name}`.
## 3.5.4