atom / autosave

Autosaves buffers when they lose focus
MIT License
64 stars 34 forks source link

Add setting to selectively autosave based on grammar/scope #64

Closed henri-hulski closed 6 years ago

henri-hulski commented 8 years ago

I'm using the git-plus package and autosave is enabled. When I want to commit and I wait to long while composing the commit message, the commit message get autosaved and the commit fired before I finished.

Maybe there should be a setting to blacklist files, which should not be autosaved.

aki77 commented 8 years ago

I have the same problem. I implemented package. https://atom.io/packages/autosave-plus

henri-hulski commented 8 years ago

Sounds good. I will try it out.

nineway commented 6 years ago

This is already fixed in the Service API section in readme.md. #45

50Wliu commented 6 years ago

Thanks @nineway. Packages can implement this using the provided service.