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

Not working with Sublime 3 #49

Open asifsaho opened 10 years ago

asifsaho commented 10 years ago

No response after pressing Ctrl+Shift+r, do I need to do something more?

My Configuration Here,

[ { "keys": ["command+shift+r"], "command": "browser_refresh", "args": { "auto_save": true, "delay": 0.0, "activate_browser": true, "browser_name" : "Google Chrome" } } ]

Thank you

TomasVotruba commented 10 years ago
  1. Try replace command with ctrl.
  2. Check package location. It should be placed in Packages\Browser Refresh.
asifsaho commented 10 years ago

Hi Tomas,

I can't see any related files iin package folder after installing with Package Control. I'm using sublime text 3.

Can you provide me the package file? Kinda confuse actually.

Thank you

TomasVotruba commented 10 years ago

Hi, so your problem is related to installation itself? I've installed package via git, so you could try that one.

asifsaho commented 10 years ago

oh! I'll try, also you can help me by giving your sublime software (with extensions) then I can use it as portable version. If you have no problem then :)

Thank bro

TomasVotruba commented 10 years ago

I prefer solution that is independent on me.

boycce commented 10 years ago

Hey there @asifsaho, don't bother if you are running windows with Sublime 3. Author mentioned here (https://github.com/gcollazo/BrowserRefresh-Sublime/issues/35) briefly that there is no fix planned for the bug... ImportError: No module named 'findwindows'

Documentation needs to be updated.

cnlevy commented 10 years ago

Please have a look at #52 which fixes the windows bug