I want my ten seconds to save between the crash and winamp closing back.
Another wonderful random crash. Fuck.
Fucking errors
9 posts
hmm an autosave function would be nice...
and quite easy to code i think 🙂
and quite easy to code i think 🙂
if (modified) {
if (!lmodified) {
modt=t;
}
if (t-modt>300) {
saveAVS("autosave.avs");
//saveAVS should contain "modified=false;" somewhere
modt=t;
}
}
lmodified=modified;
I want my ten seconds to save between the crash and winamp closing back.I want it back to.
Don't forget the ability to choose wheter or not autosave is used (i wouldn't use it)
I'm not the one who'll code this, right? 🙂
I would do if I had the source, though 🙂
I would do if I had the source, though 🙂
Didn't mean that Tomy 😞
Just making a note that if the nullsoft staff ever actually reads these or updates avs for that matter 😛
Just making a note that if the nullsoft staff ever actually reads these or updates avs for that matter 😛
Yeah, a checkbox would be nice. In case it saves code that doesn't work.
better than saving no code, huh?
and it wouldn't have to be the same filename as before but instead a fixed filename that is only used by autosave
maybe even multiple autosave files like
autosave1.avs
autosave2.avs
autosave3.avs
autosave4.avs
Those could be the recent 4 autosaves
and it wouldn't have to be the same filename as before but instead a fixed filename that is only used by autosave
maybe even multiple autosave files like
autosave1.avs
autosave2.avs
autosave3.avs
autosave4.avs
Those could be the recent 4 autosaves
Wasn't thinking about it that way (that it would save code that doesn't work), i just wouldn't want it to save on it's own at all.