chrome-devtools-autosave icon indicating copy to clipboard operation
chrome-devtools-autosave copied to clipboard

Save button, disable auto-save

Open NV opened this issue 13 years ago • 11 comments

This is frequently asked, but I don’t think I’m going to implement it any time soon since I believe undoing changes in Resources panel is a superior workflow.

NV avatar Dec 19 '11 12:12 NV

Or using Undo.

franciscolourenco avatar May 22 '12 20:05 franciscolourenco

My 2 cents: it might be useful to have a simple on/off toggle button in the toolbar, similar to what Live Reload does.

weshardee avatar Jun 05 '12 19:06 weshardee

That would be useful. Doesn't a message pop up if the server isn't running?

franciscolourenco avatar Jun 05 '12 19:06 franciscolourenco

How often do you need to turn Autosave off and why?

NV avatar Jun 05 '12 20:06 NV

Occasionally I like to just go crazy and experiment, particularly if I'm trying to figure out a new or more efficient way to handle something complex, and I don't necessarily want to lose my current state. There are of course other options, say making a commit or restoring a previous version within Chrome, so obviously it's not strictly necessary. Still, I think it would be handy to just be able to toggle off autosave for a few minutes from the browser bar.

weshardee avatar Jun 06 '12 00:06 weshardee

I don’t like my Chrome toolbar being bloated. I’m not going to add a toolbar icon that the only purpose is to toggle the extension on/off. You can do the same in chrome://extensions.

I also go crazy all the time, but sometimes it turns out great and I do want to save the changes. So turning off Autosave is not a solution.

Chrome DevTools allows you to undo changes until you reload the page. That’s the actual problem. Occasionally I want to revert changes that I’ve made before reloading the page. I can easily keep changes in memory of Autosave server, but I haven’t yet figured out a good UI to undo/redo them.

NV avatar Jun 06 '12 10:06 NV

The way the new options page handles attaching routes to the servers solves this to my satisfaction. I can just "unplug" a route to disable it. Awesome update, btw. Much easier than editing a local file.

weshardee avatar Jun 22 '12 18:06 weshardee

I’m glad you like it but isn’t it easier to open chrome://extensions/ and disable DevTools Autosave rather than opening chrome://extensions/, clicking Options, and unplugging a pipe?

NV avatar Jun 26 '12 13:06 NV

I have a bookmark directly to the options page.

weshardee avatar Jun 26 '12 14:06 weshardee

I agree, an on/off button would greatly improve the usability.

ryangrush avatar Aug 31 '12 04:08 ryangrush

couldn't there be a page_action that shows up if the project matches a rule, that enable/disables autosave ? that seems like a fairly nice compromise.

bronzle avatar Jan 29 '13 01:01 bronzle