Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo/Redo actions #9

Closed
PtiLuky opened this issue Jan 28, 2020 · 0 comments
Closed

Undo/Redo actions #9

PtiLuky opened this issue Jan 28, 2020 · 0 comments

Comments

@PtiLuky
Copy link
Owner

PtiLuky commented Jan 28, 2020

Use Command design pattern to implement an history of actions to allow user to undo/redo actions.

Have a fixed limit of undo-able actions. (100 ?)

Actions that should be undo-able:

  • use of pen Tool
  • use of eraser
  • cut
  • paste

Actions that we have to discuss if undo-able

  • new layer (?)
  • new map (?)
  • changing a property of a layer (?)
  • changing a property of a map (?)
  • changing a property in any other tab than "Maps"
@PtiLuky PtiLuky closed this as completed Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant