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 62 forks source link

Detect when the developer console is open (Chrome) #12

Closed kbouchard closed 11 years ago

kbouchard commented 11 years ago

When coding, I always open the console in a new window, meaning that I have two Chrome windows. Sometime I have to use the Inspect Element function while developing , then switch to ST2, make a change and hit cmd+shift+r , but since the last thing that I did was using the console, it refresh the console, and not the active tab in the other chrome window (the one that has pages).

I understand why this happens, but maybe there's a way to bypass this and use the other window. I'm open to discuss about some solutions if you want. Or maybe you already know that and already know how you'll fix it? ;)

Thanks for the plugin btw, works great.