TextComponents: double-click-and-drag now extends selection by whole words

This commit is contained in:
Karl Tauber
2021-10-21 13:24:07 +02:00
parent f8b9f4c1fa
commit e36f942129
8 changed files with 254 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ FlatLaf Change Log
- TextField, FormattedTextField and PasswordField: Support leading and trailing
icons (set client property `JTextField.leadingIcon` or
`JTextField.trailingIcon` to an `Icon`). (PR #378; issue #368)
- TextComponents: Double-click-and-drag now extends selection by whole words.
- Theming improvements: Reworks core themes to make it easier to create new
themes (e.g. reduced explicit colors by using color functions). **Note**:
There are minor incompatible changes in FlatLaf properties files. (PR #390)