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

Slows typing rendering #10

Open
kmisiunas opened this issue Oct 28, 2014 · 1 comment
Open

Slows typing rendering #10

kmisiunas opened this issue Oct 28, 2014 · 1 comment

Comments

@kmisiunas
Copy link
Contributor

Problem: when typing or deleting fast ST3 stops rendering text. This happens on slightly weaker machines. When I switch off the plugin the lag is gone.

Possible reason: SublimeWritingStyle checks document after every character change. A costly operation.

Proposed solution: adding a delay between checks. Linter package allows to add 500ms delay that seems to fix this problem with linter.

@thedataking
Copy link
Owner

Feel free to submit a patch. I'm swamped with work right now.

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