JavaFX Integration #3
Labels
No Label
1
13
2
21
3
34
5
55
8
bug
could have
documentation
duplicate
enhancement
help wanted
must have
question
should have
stale
wont have
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
1 Participants
Total Time Spent: 2 hours 30 minutes
Due Date
kske
2 hours 30 minutes
No due date set.
Dependencies
No dependencies set.
Reference: zdm/undo-redo#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While the core module is independent of JavaFX as intended, for a lot of use cases an integration with JavaFX properties would be very useful.
A new
undoredo-javafx
module with a wrapper structure can be created that is similar to that ofObservableList
in JavaFX.