SublimeWritingStyle icon indicating copy to clipboard operation
SublimeWritingStyle copied to clipboard

Slows typing rendering

Open kmisiunas opened this issue 10 years ago • 1 comments

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.

kmisiunas avatar Oct 28 '14 11:10 kmisiunas

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

thedataking avatar Oct 29 '14 03:10 thedataking