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

Lack of undo functionality #5

Open
peterbjornx opened this issue Apr 2, 2020 · 1 comment
Open

Lack of undo functionality #5

peterbjornx opened this issue Apr 2, 2020 · 1 comment

Comments

@peterbjornx
Copy link
Contributor

Currently rompar lacks an undo feature, and there are many actions that are rather annoying to manually undo from the UI, so a reload from a backup or text-file edit is required.

A quick and dirty solution I am implementing right now repurposes the "load from file" code and maintains a stack of previous states for undo that are generated using dump_grid_configuration.

I was wondering if such a solution would be welcomed by the project, or if there are reasons to not use this implementation for undo?

@JohnDMcMaster
Copy link
Collaborator

Thanks for reaching out! If:
-Its not too invasive in the code / its reasonably abstracted out
-It doesn't cause performance issues
I'll merge it in

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

2 participants