Hello. Installed Sublime Text 2. Screwed to it SideBarEnhancements. Now I can run the file, but only in one browser. How to run the file in multiple browsers, for example, in Firefox, Chrome and IE in turn?

    1 answer 1

    There is still an Open with option, and if you select Edit Applications, this file will open (I sometimes need to open a picture in the FS)

    [ {"id": "side-bar-files-open-with", "children": [ //application 1 { "caption": "Photoshop", "id": "side-bar-files-open-with-photoshop", "command": "side_bar_files_open_with", "args": { "paths": [], "application": "Adobe Photoshop CS5.app", // OSX "extensions":"psd|png|jpg|jpeg" //any file with these extensions } }, {"caption":"-"} ] } 

    ]

    • I understand it is necessary in the children array to insert the object of another application. M? - Samat Zhanbekov
    • one
      Yes, just add a few children for each browser. - pustserg