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 61 forks source link

Doesn't work #85

Open ilan-schemoul opened 8 years ago

ilan-schemoul commented 8 years ago

Ctrl+maj+R doesnt save and doesnt reload Windows 10, ST3, installed via package manger Key binding - user : [ {"keys": ["ctrl+d"], "command": "duplicate_line"}, { "keys": ["command+shift+r"], "command": "browser_refresh", "args": { "auto_save": true, "delay": 0.5, "activate": true, "browsers" : ["chrome"] } } ]

Setting - user : { "auto_match_enabled": true, "bold_folder_labels": true, "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", "detect_slow_plugins": false, "font_options": [ "gray_antialias" ], "font_size": 8, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "PHPIntel", "Vintage" ], "indent_guide_options": [ "draw_normal", "draw_active" ], "line_padding_bottom": 3, "line_padding_top": 3, "match_brackets_braces": true, "match_brackets_content": true, "match_brackets_square": true, "match_tags": true, "material_theme_accent_orange": true, "material_theme_bold_tab": true, "material_theme_tabs_autowidth": true, "overlay_scroll_bars": "enabled", "preview_on_click": false, "rulers": [ ], "save_on_focus_lost": true, "spell_check": false, "tab_completion": false, "tab_size": 2, "theme": "Material-Theme.sublime-theme", "translate_tabs_to_spaces": false, "trim_automatic_white_space": true, "word_separators": "./()\"'-:,.;<>~!@$%^&*|+=[]{}`~?", "word_wrap": true } Actually this module never worked tough my dozen of instalation in this year and last one so I tought it was abandoned.

ilan-schemoul commented 8 years ago

No error in console. Here my packages: Emmet, Git, GitGutter, HTML Snippets,JSONlint, Laravel 5snippets, Material Theme, Package Control, PHPIntel (disabled), Polymer & Web Component Snippets, PyV8, SideBarEhancements, SublimeCodeIntel, SublimeLinter (and sublime-linter : csslint, html-tidy, jshint, phplint)