gcollazo / gcollazo/BrowserRefresh-Sublime

Doesn't work

Open
#85 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
560
Forks
57
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.