ElasticTabstops icon indicating copy to clipboard operation
ElasticTabstops copied to clipboard

Freezes ST3 when editing large TSV files

Open invizibility opened this issue 12 years ago • 2 comments

i can edit just fine when the plugin is disabled.

invizibility avatar Oct 15 '13 06:10 invizibility

Yeah, it takes forever when the files are large. I tried to do some profiling using python's profile library, but it didn't reveal any obvious bottlenecks. I'm not sure what takes so long on large files.

adzenith avatar Oct 23 '13 02:10 adzenith

FYI I've added a PR https://github.com/SublimeText/ElasticTabstops/pull/19 that might offer some relief — the freezing happens only after some delay after the last edit, so at least it's not happening while you're actively typing. The async API alternative mentioned in that PR would be the proper solution, but it bugs a bit

eugenesvk avatar Dec 01 '22 12:12 eugenesvk