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

Support for 64bit Sublime/Windows. Support for SRWare Iron under Windows. #15

Closed enriquein closed 11 years ago

enriquein commented 11 years ago

This is my first time doing a pull request, so I wasn't aware that I wasn't going to be able to "cherry-pick" what to pull-request.

That being said, this patch adds support for 64bit windows. It has been tested with Firefox, IE, and SRWare Iron.

And about SRWare Iron, I added support for it because for some retarded reason our sysadmins at work have the Chrome download blocked. Currently only works under Windows because I don't have my Mac here nor Iron installed on it to be able to test it.

The other random commits should speak for themselves, but one important thing I forgot to comment on was that I had to comment out the asserts in some files in pywinauto in order for the 64bit stuff to work.

gcollazo commented 11 years ago

Awesome!