UI defaults inspector: support wildcard matching in filter

This commit is contained in:
Karl Tauber
2021-01-16 12:56:25 +01:00
parent f97783ddef
commit 1bdf4532db
2 changed files with 38 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ FlatLaf Change Log
- Support embedding UI defaults inspector panel into any window. See
`FlatUIDefaultsInspector.createInspectorPanel()`.
- Copy selected keys and values into clipboard via context menu.
- Support wildcard matching in filter (`*` matches any number of characters,
`?` matches a single character, `^` beginning of line, `$` end of line).
- IntelliJ Themes:
- Added hover and pressed feedback to Button, CheckBox, RadioButton and
ToggleButton. (issue #176)