UI defaults inspector: support copy key/value to clipboard

This commit is contained in:
Karl Tauber
2021-01-09 11:13:17 +01:00
parent 00b4e0a6fd
commit 9113c31612
3 changed files with 105 additions and 3 deletions

View File

@@ -9,8 +9,10 @@ FlatLaf Change Log
buttons.
- TextComponent: Clip placeholder text if it does not fit into visible area. (PR
#229)
- Extras: Support embedding UI defaults inspector into any window (see
`FlatUIDefaultsInspector.createInspectorPanel()`.
- Extras: UI defaults inspector:
- Support embedding UI defaults inspector panel into any window. See
`FlatUIDefaultsInspector.createInspectorPanel()`.
- Copy selected keys and values into clipboard via context menu.
#### Fixed bugs