I followed the instruction for windows 7 to setup chrome. No luck!
{
"cmd":["C:\Program Files (x86)\Google\Chrome\Application", "$C:\Users\gmu\Desktop\June_15_2012"]
}
after entering the file location/path under what format should I have to save. I am a noobie. sorry to ask this question. Anything helps!
If I press f7 getting the following message
Error trying to parse build system: Invalid escape in C:\Users\gmu\AppData\Roaming\Sublime Text2\Packages\User\Chrome.sublime-build:2:9
Thanks
preferences > key bindings-user should look like this in windows:
look in your packages folder for a folder called ‘openbrow’ then open the openbrow.py file in sublime
find the icon for the browser you want to use and goto it’s properties to copy the path to it’s location on your computer
then in the openbrow file your gonna paste that path where it should go.
for instance
([r'C:\path to your browser', '-new-tab', self.view.file_name()])here’s what my openbrow.py file looks like:
hope this helps! KCCO