auto-save icon indicating copy to clipboard operation
auto-save copied to clipboard

v.1.1.0 enhancement ideas

Open jamesfzhang opened this issue 11 years ago • 7 comments

  • [x] Option for delay before save
  • [ ] Option to enable for just a specific project

jamesfzhang avatar Jan 30 '14 14:01 jamesfzhang

you could modify that last one so that it's a per-file basis

JaredCubilla avatar Sep 06 '14 20:09 JaredCubilla

I'd like to see clearly if it's enabled or not, maybe somewhere in the downmost bar :)

Azeirah avatar Oct 06 '14 19:10 Azeirah

Would be great to have:

  • remove/change autosave delay (currently i'm faster with cmd+s)
  • enable/disable via cmd+shift+p (no additional step on installation + would prevent accidental enabling)
  • option to enable per file type (i'm using it only with css + livereload)

Cheers! :+1:

andreicojea avatar Jan 20 '15 12:01 andreicojea

Hi, i love your plugin and I just started using it recently. I have wondered if you could implement a check box to the main menu so we can clearly see whether auto-save is on or off while browsing menu?

I have tried modifying main.sublime-menu and added: "id": "file", "children": [ { "command": "auto_save", "caption": "Auto Save", "checkbox": true } ] but it doesn't work.

In time of writing this I just found information on forum: https://forum.sublimetext.com/t/checking-selected-menu-items/485

usernamelectro avatar Feb 15 '16 15:02 usernamelectro

Hi, your plugin saves every character, except if <1sec. I'd love to be able to change this to <1min, for less invasive effect. Or even better, <x seconds set by user. Saving every character kills my internet connection :)

Tim-at-AST avatar Mar 22 '17 17:03 Tim-at-AST

@Tim-at-AST Just set the auto_save_delay_in_seconds field in settings.

jamesfzhang avatar Mar 22 '17 17:03 jamesfzhang

Fantastic! The readme didn't tell me about that wonderful option! thx thx thx

Tim-at-AST avatar Mar 22 '17 18:03 Tim-at-AST