NodeEditor icon indicating copy to clipboard operation
NodeEditor copied to clipboard

Allow undo/redo

Open adirh3 opened this issue 2 years ago • 1 comments

Support undoing the last change or redoing the last undo. Either through API or hotkeys - Ctrl+Z, Ctrl+Y

adirh3 avatar Oct 25 '21 08:10 adirh3

The main issue is ObservableCollection undo/redo, otherwise we can use https://github.com/wieslawsoltes/ReactiveHistory

We can do ObservableCollection using ReactiveProperty as MVVM library but I would prefer to use ReactiveUI or do some abstraction and let user plug it's own library.

wieslawsoltes avatar Oct 25 '21 08:10 wieslawsoltes

Hi, any update on this feature?

EricZeiberg avatar Nov 15 '22 17:11 EricZeiberg