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

Limit UndoStack Size #1

Open
nathanaw opened this issue Aug 31, 2017 · 2 comments
Open

Limit UndoStack Size #1

nathanaw opened this issue Aug 31, 2017 · 2 comments
Assignees

Comments

@nathanaw
Copy link
Owner

(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.

@nathanaw nathanaw self-assigned this Apr 18, 2020
@nathanaw
Copy link
Owner Author

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.

@francisrc
Copy link

That’ll be an amazing feature to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants