muf
muf copied to clipboard
Limit UndoStack Size
(Submitted by droberts75 on codeplex)
Can we add a limit to the undostack so if a user is using the applications all day long we don't build a stack with thousands of changes? Something like 50 or 100 would be ideal.
I'll need to look into this a bit.
The Stack class doesn't have this built in, so we'd need to copy the top N entries in the stack to a new instance of the stack.
That’ll be an amazing feature to have.