We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: