Open GoogleCodeExporter opened 9 years ago
In case of sublime you have to add this user setting:
"atomic_save": false
Original comment by csanyi.a...@gmail.com
on 25 Jun 2014 at 9:00
Could you be more specific? How can I add this setting? Is it a win-sshfs
setting or a sublime setting? How about gVim for Windows?
Thanks!
Original comment by junli.at...@gmail.com
on 15 Jul 2014 at 9:29
I used the "atomic_save" workaround in Sublime Text 2.0.2, and it worked. It's
a Sublime setting. You go into "Preferences"->"Settings - User" and add the
setting to the JSON file that opens up.
Specifically, the problem I was having was that our PHP server would not pick
up the changes to any files saved using win-sshfs and Sublime Text because the
file modified date was not changed. My guess is that PHP caches scripts in
memory, and only reloads them if it sees a change or had to clear the script
out of memory.
Original comment by jacob.ba...@gmail.com
on 24 Feb 2015 at 7:43
Original issue reported on code.google.com by
oll...@gmail.com
on 17 Apr 2014 at 10:01