Sublime Forum

Slow save causing reload?

#1

Hello,

It seems like there’s an error in the logic that determines if a file has been changed. I have my files open via a network share, and when I hit save Sublime saves the file, then thinks it’s been changed externally, and reloads the file. This means whenever I hit save, things like code folding are lost. Extremely frustrating as code folding is (after syntax highlighting) the most important thing for a code editor to me. I’ve now stopped using code folding because of this broken behaviour, but I’ll have to switch to another editor if this remains broken…
I’m not sure how Sublime detects if the file’s been changed externally, but surely this fix should be doable… If not, at least let me switch off the auto-reload function, so I can save without losing folding every time.

Regards,
Peter Vel

0 Likes

#2

I got the same problem, loading and saving via a network share, and my files are reloaded after saving. I use PHPCS and all messages are lost since the fil is reloaded.

0 Likes