Implement #34: Undo/Redo with Command Pattern #41
Reference in New Issue
Block a user
Delete Branch "feature/issue-34-undo-redo"
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?
Implements undo/redo functionality using Command Pattern. Includes AddShapeCommand, RemoveShapeCommand, MoveShapeCommand, ResizeShapeCommand, ChangeColorCommand. Supports Ctrl+Z and Ctrl+Y shortcuts.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.