atom / autosave

Autosaves buffers when they lose focus
MIT License
63 stars 29 forks source link

Files are not saving on focus lost, only manually with cmd-s #47

Closed christianstanfield closed 9 years ago

christianstanfield commented 9 years ago

I'm on Atom 1.0.14 and Autosave 0.22.0 and file changes are not being saved to disk until I manually save. Autosave is enabled in config and the checkbox is set under settings. Just started happening today to me and a colleague.

hljones commented 9 years ago

autosave stopped working for me today 2015-09-18

I notice that the circle in tabs that indicates modification has stopped as well. Only see the x.

atom 1.0.14 autosave@0.22.0

Mac OS X 10.10.5 (14F27)

There was an update to XCode yesterday.

50Wliu commented 9 years ago

Confirmed. Switching focus to a different tab does not save the file, presumably because the modified class is not present. The modification dot (and class) not appearing is being tracked in atom/atom#8849.

christianstanfield commented 9 years ago

Looks like it's working again for me today, at least so far. Did an update come through that I missed?

50Wliu commented 9 years ago

@christianstanfield The bug seems to go away at times and then come back later, at least for me.

christianstanfield commented 9 years ago

For me and a colleague it was working successfully all day, but that could have just been dumb luck. Wish I could help more, but I don't know the source code very well.

KTKate commented 9 years ago

Not working for me. I closed and opened it. And then did "close and install update" and still not saving. I checked for more updates and there are none.

vip9 commented 9 years ago

For atom 1.0.14 and 1.0.15 - autosave does not work.

vip9 commented 9 years ago

Removing ~/.atom/storage/ makes autosave work again (1.0.15)

50Wliu commented 9 years ago

Should be fixed in Atom 1.0.18. If it still happens, even after updating, please comment here!