You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undo introduces and uses two batch types at the moment: undo and redo batch types. They are needed for proper integration between commands and between deltas incoming from different sources.
I hope that we can at least get rid of redo batch and maybe even undo batch if we can use events fired by UndoCommand and RedoCommand and change undo/redo algorithm a bit. It was doable before but there were some problems with selection and ultimately it was easier for me to use batch types. But for me, batch types should be more general and having undo and redo batch types feels very bad.
The text was updated successfully, but these errors were encountered:
Undo introduces and uses two batch types at the moment:
undo
andredo
batch types. They are needed for proper integration between commands and between deltas incoming from different sources.I hope that we can at least get rid of
redo
batch and maybe evenundo
batch if we can use events fired byUndoCommand
andRedoCommand
and change undo/redo algorithm a bit. It was doable before but there were some problems with selection and ultimately it was easier for me to use batch types. But for me, batch types should be more general and havingundo
andredo
batch types feels very bad.The text was updated successfully, but these errors were encountered: