Page 1 of 1
Add more Undo/Redo levels
Posted: Sun Feb 06, 2022 8:23 am
by amyren
A few times I have felt that it would be nice to be able to back further than just one step back or forth.
In case of this is limited to one level in order to save memory, then perhaps there could be a setting to how much memory you want to reserve to this purpose.
Re: Add more Undo/Redo levels
Posted: Sun Feb 06, 2022 3:57 pm
by Bugala
+1 on this one. Multiple Undos make a difference in working.
Re: Add more Undo/Redo levels
Posted: Sun Feb 13, 2022 4:59 pm
by airsoftsoftwair
That's definitely on my list.
Re: Add more Undo/Redo levels
Posted: Mon Nov 13, 2023 4:51 pm
by airsoftsoftwair
Code: Select all
- New: Added support for multiple undo/redo operations; this new feature required a complete rewrite of
Designer's undo/redo system in order to make it more memory-efficient; the old system was implemented in
a rather sloppy way and often kept large amounts of data in memory which is of course unacceptable when
allowing multiple operations to be cached; the new system now only stores a minimal amount of data for
each operation which allows Designer to cache lots of operations and allow them to be undone/redone at
a very small memory footprint; you can set the maximum number of operations Designer should cache in the
preferences; by default this is set to 100 (50 on AmigaOS 3) but you can also set it to 0 to allow
Designer to cache an unlimited number of operations
Re: Add more Undo/Redo levels
Posted: Mon Nov 13, 2023 6:09 pm
by Bugala
One more wish regarding this. If possible, add also a possibility to include UNDO/REDOs to the save file. I have noticed couple of times that it had been useful if I had UNDO after having loaded some GIMP file for example. However, as using GIMP as an example, Im not sure how doable that is actually, since like in GIMPs case, I might have cut smaller picture from bigger and saved the smaller picture, so naturally even if it would contain UNDO, it would then also need to have saved the original uncut image. But sometimes something like that would be useful, but because of drawbacks like the beofre mentioned need to save the original image file too, make it optional, not autofeature.
Re: Add more Undo/Redo levels
Posted: Wed Nov 15, 2023 7:48 pm
by emeck
Nice to see enhancements to Designer. Thanks!
Re: Add more Undo/Redo levels
Posted: Sat Nov 18, 2023 7:50 pm
by airsoftsoftwair
Bugala wrote: ↑Mon Nov 13, 2023 6:09 pm
One more wish regarding this. If possible, add also a possibility to include UNDO/REDOs to the save file.
You mean that Designer saves all undo/redo operation to a file so that you can undo/redo operations also when closing and reopening a project? Sorry, that's not going to come. Even PowerPoint can't do that
