andischerer / atom-svn

SVN integration for atom text editor
MIT License
34 stars 7 forks source link

Make treeview marking optional #7

Closed redfellow closed 8 years ago

redfellow commented 8 years ago

Seems like this plugin chokes atom pretty badly when it's checking through the tree for changes. I have few projects where I simply have to close treeview/disable the plugin or the editor hangs up every now and then.

redfellow commented 8 years ago

Update: and an update seems to trigger every time I return to the editor (alt tab to browser -> back to atom). Unusable on larger repositories unless you enjoy a few seconds delay after clicking your editor multiple times per hour.

Arcanemagus commented 8 years ago

Fixing #20 will probably fix this as well, since fixing that requires making this package available asynchronously.

0rvar commented 8 years ago

I work with a pretty large (hundreds of megs, 20k commits) svn repo daily, and the speed of this package seems good enough for me.

Have you tried with the latest version, @rnyberg ?

0rvar commented 8 years ago

I'll close this, feel free to re-open if you still experience sluggishness with the tree-view