adampresley / sublime-view-in-browser

Open the contents of your current view/tab in a web browser
MIT License
272 stars 69 forks source link

Fails silently on mac if brackets present in file path #52

Closed barredespace closed 8 years ago

barredespace commented 9 years ago

Tested with Chrome, Safari, Firefox

chongyuan commented 8 years ago

me too

adampresley commented 8 years ago

Does the Sublime console report any errors at all? When you say "brackets" you are speaking of the literal character, and not the product, yes?

barredespace commented 8 years ago

Yes, the literal character. Actually, I mean "parenthesis" to be sure. And no, no error :

View In Browser plugin v2.0.0, Python 3
open -a "/Applications/Google Chrome.app" file:////Users/Pac/Sites/superolol.com(test)/clown.html

And nothing opens, nor happens.

adampresley commented 8 years ago

I'll have to craft a test and see what I can find. Thanks for the information.

adampresley commented 8 years ago

I have verified the issue, and I believe I have a fix. Coming shortly.