Skip to content

Fix repeat after undo #79

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

Closed
wants to merge 1 commit into from
Closed

Fix repeat after undo #79

wants to merge 1 commit into from

Conversation

lacygoill
Copy link

@lacygoill lacygoill commented May 12, 2020

This PR tries to fix the issue #63. It delays the ticks synchronization until the next TextChanged, which is necessary because feedkeys() does not execute the undo command immediately. See this comment for more context.

@lacygoill
Copy link
Author

lacygoill commented May 12, 2020

If someone could confirm whether it fixes the issue and/or it creates a new issue, that would help.

@svermeulen
Copy link

Thank you! I also attempted to fix this way back in 2018 (which is still waiting approval) but your approach sounds better. I'll start using your fork to do some extra QA on it until this gets approved

Hopefully this PR gets looked at sooner than mine. Would love for this to get merged.

@svermeulen
Copy link

I should also mention that this does fix the issue for me as well

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

Successfully merging this pull request may close these issues.

2 participants