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

Problem with undo function (ctrl Z) #1

Open
tpbilton opened this issue Jun 13, 2016 · 1 comment
Open

Problem with undo function (ctrl Z) #1

tpbilton opened this issue Jun 13, 2016 · 1 comment

Comments

@tpbilton
Copy link

If you insert anything using the shortcut keys, the ctrl Z function removes only one thing and not everything the shortcut key created (leaves rubbish around). Should be no undo function but windows is giving an undo function.

@marshallflax
Copy link
Contributor

Problem is that wx's TextCtrl manage its own undo stack, so it's hard to hook into that. Worse still, it seems like there are some hooks into the undo mechanism that are available in C++'s wx but not exposed in wxPython.

BTW, it is possible to disable Control-Z altogether, but don't see the advantage of that...

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