atom / autosave

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

auto save make lint's disappear #61

Closed mohammadkhoeini closed 8 years ago

mohammadkhoeini commented 8 years ago

i'm using auto save for web front end development so set it's time 0.01 for showing fast to me with livereload. problem comes up when i want to use it with lints, when auto save ( or any save methods) work lint's disappear . is there any way to solve that problem?

lee-dohm commented 8 years ago

Can you be more specific as to what you mean by "use it with lints" and "lint's disappear"? Do you mean that you are using a linter tool of some sort and saving the file makes the lint error or warning messages disappear?

mohammadkhoeini commented 8 years ago

in a css file & auto save is disable or time set is long enough: when i type p my linter package shows some lint can i use them. but if auto save time set 1 sec lints will disappear fast and i can't use lints

lee-dohm commented 8 years ago

Autosave doesn't save based on time. It doesn't even have a time setting:

screen shot 2016-02-01 at 11 04 18 am

From the README:

Autosaves editor when they lose focus, are destroyed, or when the window is closed.

If you have another package that is autosaving files based on time, you might want to take a look at that package?

mohammadkhoeini commented 8 years ago

my mistake . that's auto-save . thanks.

lee-dohm commented 8 years ago

It sounds like this issue is being caused by some other package or software, so I'm going to close this issue. Please let me know if I've misunderstood :grinning: