rompar icon indicating copy to clipboard operation
rompar copied to clipboard

Lack of undo functionality

Open peterbjornx opened this issue 4 years ago • 1 comments

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?

peterbjornx avatar Apr 02 '20 19:04 peterbjornx

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

JohnDMcMaster avatar Apr 02 '20 19:04 JohnDMcMaster