Changes between Initial Version and Version 1 of Ticket #19574
- Timestamp:
- 2020-07-28T18:36:36+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19574 – Description
initial v1 2 2 3 3 Possibly significant modifications for plugins: 4 * NamedColorProperty extends `AbstractToStringProperty<Color>`. I'm waiting for a `find` to get all the instances of `NamedColorProperty` in plugins, but it is taking awhile (`find . -name '*.java' -exec grep -li "NamedColorProperty" \;`). I don't know if this will require a recompile of any plugins. 4 * NamedColorProperty extends `AbstractToStringProperty<Color>`. I'm waiting for a `find` to get all the instances of `NamedColorProperty` in plugins, but it is taking awhile (`find . -name '*.java' -exec grep -li "NamedColorProperty" {} \;`). I don't know if this will require a recompile of any plugins. 5 5 6 6 Notes: