gcollazo / BrowserRefresh-Sublime

This plugin will switch from ST2 and ST3 to Google Chrome, Google Chrome Canary, Safari, Firefox or Opera and reload the active tab
http://gcollazo.github.com/BrowserRefresh-Sublime
565 stars 61 forks source link

Save the current view (if dirty) before reloading #4

Closed bradleyboy closed 12 years ago

bradleyboy commented 12 years ago

Thanks for the handy plugin. Only thing missing for me was that I had to save, then do cmd-shift-r. I've modified the plugin so that if the current view is unsaved (dirty is sublime terms), it is saved before the reload is triggered. Now you can just do cmd-shift-r on an unsaved file and it will be saved and Chrome will be reloaded.

gcollazo commented 12 years ago

Great, thanks!

ghost commented 11 years ago

Is the auto-save working for you, in ST3? It's the only setting that's not working, on my end (never saves, either true or false).