brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Live Preview v1.1 Default Browser not working #9058

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by SheepDomination Friday Dec 19, 2014 at 00:43 GMT Originally opened as https://github.com/adobe/brackets/issues/10226


Live Preview is not opening in my default browser, instead it continues to open in Chrome, although the option to switch between browsers would be nice ?

core-ai-bot commented 3 years ago

Comment by redmunds Friday Dec 19, 2014 at 04:09 GMT


@SheepDomination By default, Brackets uses the standard Live Preview. You have to manually set the livedev.multibrowser preference to true to switch to the Live Preview MultiBrowser feature.

core-ai-bot commented 3 years ago

Comment by SheepDomination Friday Dec 19, 2014 at 04:13 GMT


I've done just that !

core-ai-bot commented 3 years ago

Comment by busykai Friday Dec 19, 2014 at 12:10 GMT


@SheepDomination, so did it work?

core-ai-bot commented 3 years ago

Comment by SheepDomination Friday Dec 19, 2014 at 12:19 GMT


No, Brackets is not opening my default Browser it continues opening Chrome !

core-ai-bot commented 3 years ago

Comment by busykai Friday Dec 19, 2014 at 12:26 GMT


When it opens Chrome, do you see intermediary page (launch.html) and then the page you're previewing? Or it immediately opens your page? Could you please use *Debug -> Open preferences file" and paste it here, if possible?

core-ai-bot commented 3 years ago

Comment by SheepDomination Friday Dec 19, 2014 at 12:36 GMT


Live Preview Immediately opens my page, there is no launch.html between processes.

{
    "useTabChar": false,
    "tabSize": 4,
    "spaceUnits": 4,
    "closeBrackets": false,
    "showLineNumbers": true,
    "styleActiveLine": true,
    "wordWrap": true,
    "linting.enabled": true,
    "linting.collapsed": true,
    "quickview.enabled": true,
    "debug.showErrorsInStatusBar": true,
    "brackets-themes.paths": [
        {
            "livedev.multibrowser": true
            "path": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/themes/../../themes"
        },
        {
            "path": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/themes/theme/"
        },
        {
            "path": "C:/Program Files (x86)/Brackets/www/thirdparty/CodeMirror2/theme"
        }
    ],
    "brackets-themes.enableScrollbars": true,
    "brackets-themes.fontSize": "15px",
    "brackets-themes.lineHeight": "1.3em",
    "brackets-themes.fontType": "'SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace",
    "brackets-themes.theme": [
        "aquaman"
    ],
    "edgewebfonts.ewf-font-history": [
        "marko-one"
    ],
    "bigeyex.bracketsSFTPUpload.enabled": false,
    "themes-brackets-extension.themes": [
        "tomorrow-night-eighties"
    ],
    "brackets-ruler.rulerEnabled": false,
    "brackets-ruler.guideEnabled": false,
    "brackets-snippets.snippetsDirectory": "data",
    "brackets-snippets.triggerSnippetShortcut": "Ctrl-I",
    "brackets-snippets.showSnippetsPanelShortcut": null,
    "sacah.keyremapper.loadremapperdialog.keymap": {
        "navigate.toggleQuickEdit": {
            "commandID": "navigate.toggleQuickEdit",
            "key": "Ctrl-E"
        },
        "navigate.toggleQuickDocs": {
            "commandID": "navigate.toggleQuickDocs",
            "key": "Ctrl-K"
        },
        "navigate.jumptoDefinition": {
            "commandID": "navigate.jumptoDefinition",
            "key": "Ctrl-J"
        },
        "file.openFolder": {
            "commandID": "file.openFolder",
            "key": "Ctrl-Alt-O"
        },
        "file.open": {
            "commandID": "file.open",
            "key": "Ctrl-O"
        },
        "file.newDoc": {
            "commandID": "file.newDoc",
            "key": "Ctrl-N"
        },
        "file.save": {
            "commandID": "file.save",
            "key": "Ctrl-S"
        },
        "file.saveAll": {
            "commandID": "file.saveAll",
            "key": "Ctrl-Alt-S"
        },
        "file.saveAs": {
            "commandID": "file.saveAs",
            "key": "Ctrl-Shift-S"
        },
        "file.rename": {
            "commandID": "file.rename",
            "key": "F2"
        },
        "file.close": {
            "commandID": "file.close",
            "key": "Ctrl-W"
        },
        "file.close_all": {
            "commandID": "file.close_all",
            "key": "Ctrl-Shift-W"
        },
        "navigate.nextDoc": {
            "commandID": "navigate.nextDoc",
            "key": "Ctrl-Tab"
        },
        "navigate.prevDoc": {
            "commandID": "navigate.prevDoc",
            "key": "Ctrl-Shift-Tab"
        },
        "file.quit": {
            "commandID": "file.quit",
            "key": "Ctrl-Q"
        },
        "edit.showCodeHints": {
            "commandID": "edit.showCodeHints",
            "key": "Ctrl-Space"
        },
        "view.increaseFontSize": {
            "commandID": "view.increaseFontSize",
            "key": "Ctrl-+"
        },
        "view.decreaseFontSize": {
            "commandID": "view.decreaseFontSize",
            "key": "Ctrl--"
        },
        "view.restoreFontSize": {
            "commandID": "view.restoreFontSize",
            "key": "Ctrl-0"
        },
        "view.scrollLineUp": {
            "commandID": "view.scrollLineUp",
            "key": "Ctrl-Up"
        },
        "view.scrollLineDown": {
            "commandID": "view.scrollLineDown",
            "key": "Ctrl-Down"
        },
        "navigate.gotoFirstProblem": {
            "commandID": "navigate.gotoFirstProblem",
            "key": "F8"
        },
        "navigate.previousMatch": {
            "commandID": "navigate.previousMatch",
            "key": "Alt-Up"
        },
        "navigate.nextMatch": {
            "commandID": "navigate.nextMatch",
            "key": "Alt-Down"
        },
        "navigate.newRule": {
            "commandID": "navigate.newRule",
            "key": "Ctrl-Alt-N"
        },
        "navigate.quickOpen": {
            "commandID": "navigate.quickOpen",
            "key": "Ctrl-Shift-O"
        },
        "navigate.gotoDefinition": {
            "commandID": "navigate.gotoDefinition",
            "key": "Ctrl-T"
        },
        "navigate.gotoLine": {
            "commandID": "navigate.gotoLine",
            "key": "Ctrl-G"
        },
        "view.hideSidebar": {
            "commandID": "view.hideSidebar",
            "key": "Ctrl-Alt-H"
        },
        "file.liveFilePreview": {
            "commandID": "file.liveFilePreview",
            "key": "Ctrl-Alt-P"
        },
        "file.previewHighlight": {
            "commandID": "file.previewHighlight",
            "key": "Ctrl-Shift-C"
        },
        "file.reloadLivePreview": {
            "commandID": "file.reloadLivePreview",
            "key": "Ctrl-Shift-R"
        },
        "edit.indent": {
            "commandID": "edit.indent",
            "key": "Ctrl-]"
        },
        "edit.unindent": {
            "commandID": "edit.unindent",
            "key": "Ctrl-["
        },
        "edit.lineComment": {
            "commandID": "edit.lineComment",
            "key": "Ctrl-/"
        },
        "edit.blockComment": {
            "commandID": "edit.blockComment",
            "key": "Ctrl-Shift-/"
        },
        "edit.duplicate": {
            "commandID": "edit.duplicate",
            "key": "Ctrl-D"
        },
        "edit.deletelines": {
            "commandID": "edit.deletelines",
            "key": "Ctrl-Shift-D"
        },
        "edit.lineUp": {
            "commandID": "edit.lineUp",
            "key": "Ctrl-Shift-Up"
        },
        "edit.lineDown": {
            "commandID": "edit.lineDown",
            "key": "Ctrl-Shift-Down"
        },
        "edit.openLineAbove": {
            "commandID": "edit.openLineAbove",
            "key": "Ctrl-Shift-Enter"
        },
        "edit.openLineBelow": {
            "commandID": "edit.openLineBelow",
            "key": "Ctrl-Enter"
        },
        "edit.selectLine": {
            "commandID": "edit.selectLine",
            "key": "Ctrl-L"
        },
        "edit.splitSelIntoLines": {
            "commandID": "edit.splitSelIntoLines",
            "key": "Ctrl-Alt-L"
        },
        "edit.addCursorToNextLine": {
            "commandID": "edit.addCursorToNextLine",
            "key": "Alt-Shift-Down"
        },
        "edit.addCursorToPrevLine": {
            "commandID": "edit.addCursorToPrevLine",
            "key": "Alt-Shift-Up"
        },
        "edit.undo": {
            "commandID": "edit.undo",
            "key": "Ctrl-Z"
        },
        "edit.redo": {
            "commandID": "edit.redo",
            "key": "Ctrl-Y"
        },
        "edit.cut": {
            "commandID": "edit.cut",
            "key": "Ctrl-X"
        },
        "edit.copy": {
            "commandID": "edit.copy",
            "key": "Ctrl-C"
        },
        "edit.paste": {
            "commandID": "edit.paste",
            "key": "Ctrl-V"
        },
        "edit.selectAll": {
            "commandID": "edit.selectAll",
            "key": "Ctrl-A"
        },
        "help.support": {
            "commandID": "help.support",
            "key": "F1"
        },
        "cmd.findInFiles": {
            "commandID": "cmd.findInFiles",
            "key": "Ctrl-Shift-F"
        },
        "cmd.replaceInFiles": {
            "commandID": "cmd.replaceInFiles",
            "key": "Ctrl-Shift-H"
        },
        "cmd.find": {
            "commandID": "cmd.find",
            "key": "Ctrl-F"
        },
        "cmd.findNext": {
            "commandID": "cmd.findNext",
            "key": "F3"
        },
        "cmd.replace": {
            "commandID": "cmd.replace",
            "key": "Ctrl-H"
        },
        "cmd.findPrevious": {
            "commandID": "cmd.findPrevious",
            "key": "Shift-F3"
        },
        "cmd.findAllAndSelect": {
            "commandID": "cmd.findAllAndSelect",
            "key": "Alt-F3"
        },
        "cmd.addNextMatch": {
            "commandID": "cmd.addNextMatch",
            "key": "Ctrl-B"
        },
        "cmd.skipCurrentMatch": {
            "commandID": "cmd.skipCurrentMatch",
            "key": "Ctrl-Shift-B"
        },
        "debug.showDeveloperTools": {
            "commandID": "debug.showDeveloperTools",
            "key": "F12"
        },
        "debug.refreshWindow": {
            "commandID": "debug.refreshWindow",
            "key": "F5"
        },
        "debug.reloadWithoutUserExts": {
            "commandID": "debug.reloadWithoutUserExts",
            "key": "Shift-F5"
        },
        "recentProjects.toggle": {
            "commandID": "recentProjects.toggle",
            "key": "Ctrl-Alt-R"
        },
        "basecode.insert": {
            "commandID": "basecode.insert",
            "key": "Ctrl-Shift-I"
        },
        "pflynn.everyscrub.nudge_up": {
            "commandID": "pflynn.everyscrub.nudge_up",
            "key": "Ctrl-Alt-Up"
        },
        "pflynn.everyscrub.nudge_down": {
            "commandID": "pflynn.everyscrub.nudge_down",
            "key": "Ctrl-Alt-Down"
        },
        "me.drewh.jsbeautify": {
            "commandID": "me.drewh.jsbeautify",
            "explicitPlatform": "win",
            "key": "Ctrl-Shift-L"
        },
        "artoale.terminal.open": {
            "commandID": "artoale.terminal.open",
            "key": "Ctrl-Shift-P"
        },
        "timburgess.pagesuck.getpage": {
            "commandID": "timburgess.pagesuck.getpage",
            "explicitPlatform": "win",
            "key": "Alt-S"
        },
        "bigeyex.bracketsSFTPUpload.enable": {
            "commandID": "bigeyex.bracketsSFTPUpload.enable",
            "key": "Ctrl-Alt-U"
        },
        "w3cvalidator_refresh": {
            "commandID": "w3cvalidator_refresh",
            "key": "F9"
        },
        "showParameterHint": {
            "commandID": "showParameterHint",
            "key": "Ctrl-Shift-Space"
        },
        "builder.build": {
            "commandID": "builder.build",
            "key": "Ctrl-Alt-B"
        },
        "karma.run": {
            "commandID": "karma.run",
            "key": "Ctrl-Alt-K"
        },
        "snippets.execute": {
            "commandID": "snippets.execute",
            "key": "Ctrl-I"
        },
        "io.emmet.prev_edit_point": {
            "commandID": "io.emmet.prev_edit_point",
            "key": "Ctrl-Alt-Left"
        },
        "io.emmet.next_edit_point": {
            "commandID": "io.emmet.next_edit_point",
            "key": "Ctrl-Alt-Right"
        },
        "io.emmet.evaluate_math_expression": {
            "commandID": "io.emmet.evaluate_math_expression",
            "key": "Ctrl-Shift-Y"
        },
        "io.emmet.expand_abbreviation_with_tab": {
            "commandID": "io.emmet.expand_abbreviation_with_tab",
            "key": "Tab"
        },
        "io.emmet.expand_abbreviation": {
            "commandID": "io.emmet.expand_abbreviation",
            "key": "Ctrl-Alt-Enter"
        },
        "io.emmet.insert_formatted_line_break": {
            "commandID": "io.emmet.insert_formatted_line_break",
            "key": "Enter"
        },
        "io.emmet.balance_inward": {
            "commandID": "io.emmet.balance_inward",
            "key": "Ctrl-Alt-Shift-B"
        },
        "io.emmet.matching_pair": {
            "commandID": "io.emmet.matching_pair",
            "key": "Ctrl-Shift-T"
        },
        "io.emmet.merge_lines": {
            "commandID": "io.emmet.merge_lines",
            "key": "Ctrl-Shift-M"
        },
        "io.emmet.reflect_css_value": {
            "commandID": "io.emmet.reflect_css_value",
            "key": "Ctrl-Alt-Shift-R"
        },
        "io.emmet.remove_tag": {
            "commandID": "io.emmet.remove_tag",
            "key": "Ctrl-Shift-K"
        },
        "io.emmet.select_next_item": {
            "commandID": "io.emmet.select_next_item",
            "key": "Ctrl-Shift-."
        },
        "io.emmet.select_previous_item": {
            "commandID": "io.emmet.select_previous_item",
            "key": "Ctrl-Shift-,"
        },
        "io.emmet.split_join_tag": {
            "commandID": "io.emmet.split_join_tag",
            "key": "Ctrl-Shift-J"
        },
        "io.emmet.toggle_comment": {
            "commandID": "io.emmet.toggle_comment",
            "key": "Ctrl-\\"
        },
        "io.emmet.wrap_with_abbreviation": {
            "commandID": "io.emmet.wrap_with_abbreviation",
            "key": "Ctrl-Shift-A"
        },
        "io.emmet.increment_number_by_01": {
            "commandID": "io.emmet.increment_number_by_01",
            "key": "Ctrl-Alt-Shift-Up"
        },
        "io.emmet.decrement_number_by_01": {
            "commandID": "io.emmet.decrement_number_by_01",
            "key": "Ctrl-Alt-Shift-Down"
        },
        "io.emmet.interactive_expand_abbreviation": {
            "commandID": "io.emmet.interactive_expand_abbreviation",
            "key": "Ctrl-Alt-Shift-Enter"
        },
        "e4b.RESET_ALL": {
            "commandID": "e4b.RESET_ALL",
            "key": "Ctrl-Alt-C"
        },
        "e4b.TOGGLE_PANEL": {
            "commandID": "e4b.TOGGLE_PANEL",
            "key": "Ctrl-Alt-X"
        }
    },
    "themes.theme": "railscasts",
    "me.drewh.jsbeautify.on_save": false,
    "crabcode.outline.enabled": false,
    "crabcode.outline.unnamed": true,
    "crabcode.outline.args": true,
    "crabcode.outline.sidebar": true,
    "crabcode.outline.sort": true,
    "eqFTP.projectsPaths": [
        "C:/HTML Projects/CreativeSheep/"
    ],
    "eqFTP.defaultSettingsPathPref": "C:/Users/ChristopherNet/Documents/eqFTP Projects",
    "eqFTP.useEncryption": true,
    "brackets-snippets.snippetDirectories": [
        {
            "fullPath": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/zaggino.brackets-snippets/default_snippets/angularjs/",
            "autoLoad": true
        },
        {
            "fullPath": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/zaggino.brackets-snippets/default_snippets/bootstrap/",
            "autoLoad": true
        },
        {
            "fullPath": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/zaggino.brackets-snippets/default_snippets/html/",
            "autoLoad": true
        }
    ],
    "brackets-snippets.defaultSnippetDirectory": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/snippets/",

    }
}
core-ai-bot commented 3 years ago

Comment by busykai Friday Dec 19, 2014 at 14:24 GMT


@SheepDomination, livedev.multibrowser should be a top-level preference. Put it first in you config file, it should fix your problem, like this:

{
    "livedev.multibrowser": true,
    ... the rest of your config file
}

In your current config it's placed somewhere from where it would never be read (inside themes config).

core-ai-bot commented 3 years ago

Comment by busykai Friday Dec 19, 2014 at 18:59 GMT


I'm closing this since it's an error in configuration. Filed #10239 to provide a more convenient way to switch between the implementations.

core-ai-bot commented 3 years ago

Comment by SheepDomination Friday Dec 19, 2014 at 19:40 GMT


I should place the line at the top of the configuration file, correct, if so I have done that as well and my default browser isn't loaded with live preview even after restarting Brackets !

core-ai-bot commented 3 years ago

Comment by busykai Friday Dec 19, 2014 at 21:00 GMT


@SheepDomination, ok. What is the operating system you're running on? Do you have any errors on the console (use Debug -> Show developer tools to get access to it)? What is your default browser? Please back up your preferences file and replace it with this:

{
    "livedev.multibrowser": true
}

I should place the line at the top of the configuration file

Clarification: it should not be the first line, it just have to be the top level of JSON object.

core-ai-bot commented 3 years ago

Comment by SheepDomination Friday Dec 19, 2014 at 22:03 GMT


Windows 8.1, as for errors, I don't see any errors. Default Browser is FireFox.

I added the parenthesis to the line, my default browser live preview doesn't open my default browser.

core-ai-bot commented 3 years ago

Comment by redmunds Friday Dec 19, 2014 at 22:54 GMT


@SheepDomination I edited the original brackets.json that you posted. I also found a syntax error at the end. Try this:

{
    "livedev.multibrowser": true,
    "useTabChar": false,
    "tabSize": 4,
    "spaceUnits": 4,
    "closeBrackets": false,
    "showLineNumbers": true,
    "styleActiveLine": true,
    "wordWrap": true,
    "linting.enabled": true,
    "linting.collapsed": true,
    "quickview.enabled": true,
    "debug.showErrorsInStatusBar": true,
    "brackets-themes.paths": [
        {
            "path": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/themes/../../themes"
        },
        {
            "path": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/themes/theme/"
        },
        {
            "path": "C:/Program Files (x86)/Brackets/www/thirdparty/CodeMirror2/theme"
        }
    ],
    "brackets-themes.enableScrollbars": true,
    "brackets-themes.fontSize": "15px",
    "brackets-themes.lineHeight": "1.3em",
    "brackets-themes.fontType": "'SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace",
    "brackets-themes.theme": [
        "aquaman"
    ],
    "edgewebfonts.ewf-font-history": [
        "marko-one"
    ],
    "bigeyex.bracketsSFTPUpload.enabled": false,
    "themes-brackets-extension.themes": [
        "tomorrow-night-eighties"
    ],
    "brackets-ruler.rulerEnabled": false,
    "brackets-ruler.guideEnabled": false,
    "brackets-snippets.snippetsDirectory": "data",
    "brackets-snippets.triggerSnippetShortcut": "Ctrl-I",
    "brackets-snippets.showSnippetsPanelShortcut": null,
    "sacah.keyremapper.loadremapperdialog.keymap": {
        "navigate.toggleQuickEdit": {
            "commandID": "navigate.toggleQuickEdit",
            "key": "Ctrl-E"
        },
        "navigate.toggleQuickDocs": {
            "commandID": "navigate.toggleQuickDocs",
            "key": "Ctrl-K"
        },
        "navigate.jumptoDefinition": {
            "commandID": "navigate.jumptoDefinition",
            "key": "Ctrl-J"
        },
        "file.openFolder": {
            "commandID": "file.openFolder",
            "key": "Ctrl-Alt-O"
        },
        "file.open": {
            "commandID": "file.open",
            "key": "Ctrl-O"
        },
        "file.newDoc": {
            "commandID": "file.newDoc",
            "key": "Ctrl-N"
        },
        "file.save": {
            "commandID": "file.save",
            "key": "Ctrl-S"
        },
        "file.saveAll": {
            "commandID": "file.saveAll",
            "key": "Ctrl-Alt-S"
        },
        "file.saveAs": {
            "commandID": "file.saveAs",
            "key": "Ctrl-Shift-S"
        },
        "file.rename": {
            "commandID": "file.rename",
            "key": "F2"
        },
        "file.close": {
            "commandID": "file.close",
            "key": "Ctrl-W"
        },
        "file.close_all": {
            "commandID": "file.close_all",
            "key": "Ctrl-Shift-W"
        },
        "navigate.nextDoc": {
            "commandID": "navigate.nextDoc",
            "key": "Ctrl-Tab"
        },
        "navigate.prevDoc": {
            "commandID": "navigate.prevDoc",
            "key": "Ctrl-Shift-Tab"
        },
        "file.quit": {
            "commandID": "file.quit",
            "key": "Ctrl-Q"
        },
        "edit.showCodeHints": {
            "commandID": "edit.showCodeHints",
            "key": "Ctrl-Space"
        },
        "view.increaseFontSize": {
            "commandID": "view.increaseFontSize",
            "key": "Ctrl-+"
        },
        "view.decreaseFontSize": {
            "commandID": "view.decreaseFontSize",
            "key": "Ctrl--"
        },
        "view.restoreFontSize": {
            "commandID": "view.restoreFontSize",
            "key": "Ctrl-0"
        },
        "view.scrollLineUp": {
            "commandID": "view.scrollLineUp",
            "key": "Ctrl-Up"
        },
        "view.scrollLineDown": {
            "commandID": "view.scrollLineDown",
            "key": "Ctrl-Down"
        },
        "navigate.gotoFirstProblem": {
            "commandID": "navigate.gotoFirstProblem",
            "key": "F8"
        },
        "navigate.previousMatch": {
            "commandID": "navigate.previousMatch",
            "key": "Alt-Up"
        },
        "navigate.nextMatch": {
            "commandID": "navigate.nextMatch",
            "key": "Alt-Down"
        },
        "navigate.newRule": {
            "commandID": "navigate.newRule",
            "key": "Ctrl-Alt-N"
        },
        "navigate.quickOpen": {
            "commandID": "navigate.quickOpen",
            "key": "Ctrl-Shift-O"
        },
        "navigate.gotoDefinition": {
            "commandID": "navigate.gotoDefinition",
            "key": "Ctrl-T"
        },
        "navigate.gotoLine": {
            "commandID": "navigate.gotoLine",
            "key": "Ctrl-G"
        },
        "view.hideSidebar": {
            "commandID": "view.hideSidebar",
            "key": "Ctrl-Alt-H"
        },
        "file.liveFilePreview": {
            "commandID": "file.liveFilePreview",
            "key": "Ctrl-Alt-P"
        },
        "file.previewHighlight": {
            "commandID": "file.previewHighlight",
            "key": "Ctrl-Shift-C"
        },
        "file.reloadLivePreview": {
            "commandID": "file.reloadLivePreview",
            "key": "Ctrl-Shift-R"
        },
        "edit.indent": {
            "commandID": "edit.indent",
            "key": "Ctrl-]"
        },
        "edit.unindent": {
            "commandID": "edit.unindent",
            "key": "Ctrl-["
        },
        "edit.lineComment": {
            "commandID": "edit.lineComment",
            "key": "Ctrl-/"
        },
        "edit.blockComment": {
            "commandID": "edit.blockComment",
            "key": "Ctrl-Shift-/"
        },
        "edit.duplicate": {
            "commandID": "edit.duplicate",
            "key": "Ctrl-D"
        },
        "edit.deletelines": {
            "commandID": "edit.deletelines",
            "key": "Ctrl-Shift-D"
        },
        "edit.lineUp": {
            "commandID": "edit.lineUp",
            "key": "Ctrl-Shift-Up"
        },
        "edit.lineDown": {
            "commandID": "edit.lineDown",
            "key": "Ctrl-Shift-Down"
        },
        "edit.openLineAbove": {
            "commandID": "edit.openLineAbove",
            "key": "Ctrl-Shift-Enter"
        },
        "edit.openLineBelow": {
            "commandID": "edit.openLineBelow",
            "key": "Ctrl-Enter"
        },
        "edit.selectLine": {
            "commandID": "edit.selectLine",
            "key": "Ctrl-L"
        },
        "edit.splitSelIntoLines": {
            "commandID": "edit.splitSelIntoLines",
            "key": "Ctrl-Alt-L"
        },
        "edit.addCursorToNextLine": {
            "commandID": "edit.addCursorToNextLine",
            "key": "Alt-Shift-Down"
        },
        "edit.addCursorToPrevLine": {
            "commandID": "edit.addCursorToPrevLine",
            "key": "Alt-Shift-Up"
        },
        "edit.undo": {
            "commandID": "edit.undo",
            "key": "Ctrl-Z"
        },
        "edit.redo": {
            "commandID": "edit.redo",
            "key": "Ctrl-Y"
        },
        "edit.cut": {
            "commandID": "edit.cut",
            "key": "Ctrl-X"
        },
        "edit.copy": {
            "commandID": "edit.copy",
            "key": "Ctrl-C"
        },
        "edit.paste": {
            "commandID": "edit.paste",
            "key": "Ctrl-V"
        },
        "edit.selectAll": {
            "commandID": "edit.selectAll",
            "key": "Ctrl-A"
        },
        "help.support": {
            "commandID": "help.support",
            "key": "F1"
        },
        "cmd.findInFiles": {
            "commandID": "cmd.findInFiles",
            "key": "Ctrl-Shift-F"
        },
        "cmd.replaceInFiles": {
            "commandID": "cmd.replaceInFiles",
            "key": "Ctrl-Shift-H"
        },
        "cmd.find": {
            "commandID": "cmd.find",
            "key": "Ctrl-F"
        },
        "cmd.findNext": {
            "commandID": "cmd.findNext",
            "key": "F3"
        },
        "cmd.replace": {
            "commandID": "cmd.replace",
            "key": "Ctrl-H"
        },
        "cmd.findPrevious": {
            "commandID": "cmd.findPrevious",
            "key": "Shift-F3"
        },
        "cmd.findAllAndSelect": {
            "commandID": "cmd.findAllAndSelect",
            "key": "Alt-F3"
        },
        "cmd.addNextMatch": {
            "commandID": "cmd.addNextMatch",
            "key": "Ctrl-B"
        },
        "cmd.skipCurrentMatch": {
            "commandID": "cmd.skipCurrentMatch",
            "key": "Ctrl-Shift-B"
        },
        "debug.showDeveloperTools": {
            "commandID": "debug.showDeveloperTools",
            "key": "F12"
        },
        "debug.refreshWindow": {
            "commandID": "debug.refreshWindow",
            "key": "F5"
        },
        "debug.reloadWithoutUserExts": {
            "commandID": "debug.reloadWithoutUserExts",
            "key": "Shift-F5"
        },
        "recentProjects.toggle": {
            "commandID": "recentProjects.toggle",
            "key": "Ctrl-Alt-R"
        },
        "basecode.insert": {
            "commandID": "basecode.insert",
            "key": "Ctrl-Shift-I"
        },
        "pflynn.everyscrub.nudge_up": {
            "commandID": "pflynn.everyscrub.nudge_up",
            "key": "Ctrl-Alt-Up"
        },
        "pflynn.everyscrub.nudge_down": {
            "commandID": "pflynn.everyscrub.nudge_down",
            "key": "Ctrl-Alt-Down"
        },
        "me.drewh.jsbeautify": {
            "commandID": "me.drewh.jsbeautify",
            "explicitPlatform": "win",
            "key": "Ctrl-Shift-L"
        },
        "artoale.terminal.open": {
            "commandID": "artoale.terminal.open",
            "key": "Ctrl-Shift-P"
        },
        "timburgess.pagesuck.getpage": {
            "commandID": "timburgess.pagesuck.getpage",
            "explicitPlatform": "win",
            "key": "Alt-S"
        },
        "bigeyex.bracketsSFTPUpload.enable": {
            "commandID": "bigeyex.bracketsSFTPUpload.enable",
            "key": "Ctrl-Alt-U"
        },
        "w3cvalidator_refresh": {
            "commandID": "w3cvalidator_refresh",
            "key": "F9"
        },
        "showParameterHint": {
            "commandID": "showParameterHint",
            "key": "Ctrl-Shift-Space"
        },
        "builder.build": {
            "commandID": "builder.build",
            "key": "Ctrl-Alt-B"
        },
        "karma.run": {
            "commandID": "karma.run",
            "key": "Ctrl-Alt-K"
        },
        "snippets.execute": {
            "commandID": "snippets.execute",
            "key": "Ctrl-I"
        },
        "io.emmet.prev_edit_point": {
            "commandID": "io.emmet.prev_edit_point",
            "key": "Ctrl-Alt-Left"
        },
        "io.emmet.next_edit_point": {
            "commandID": "io.emmet.next_edit_point",
            "key": "Ctrl-Alt-Right"
        },
        "io.emmet.evaluate_math_expression": {
            "commandID": "io.emmet.evaluate_math_expression",
            "key": "Ctrl-Shift-Y"
        },
        "io.emmet.expand_abbreviation_with_tab": {
            "commandID": "io.emmet.expand_abbreviation_with_tab",
            "key": "Tab"
        },
        "io.emmet.expand_abbreviation": {
            "commandID": "io.emmet.expand_abbreviation",
            "key": "Ctrl-Alt-Enter"
        },
        "io.emmet.insert_formatted_line_break": {
            "commandID": "io.emmet.insert_formatted_line_break",
            "key": "Enter"
        },
        "io.emmet.balance_inward": {
            "commandID": "io.emmet.balance_inward",
            "key": "Ctrl-Alt-Shift-B"
        },
        "io.emmet.matching_pair": {
            "commandID": "io.emmet.matching_pair",
            "key": "Ctrl-Shift-T"
        },
        "io.emmet.merge_lines": {
            "commandID": "io.emmet.merge_lines",
            "key": "Ctrl-Shift-M"
        },
        "io.emmet.reflect_css_value": {
            "commandID": "io.emmet.reflect_css_value",
            "key": "Ctrl-Alt-Shift-R"
        },
        "io.emmet.remove_tag": {
            "commandID": "io.emmet.remove_tag",
            "key": "Ctrl-Shift-K"
        },
        "io.emmet.select_next_item": {
            "commandID": "io.emmet.select_next_item",
            "key": "Ctrl-Shift-."
        },
        "io.emmet.select_previous_item": {
            "commandID": "io.emmet.select_previous_item",
            "key": "Ctrl-Shift-,"
        },
        "io.emmet.split_join_tag": {
            "commandID": "io.emmet.split_join_tag",
            "key": "Ctrl-Shift-J"
        },
        "io.emmet.toggle_comment": {
            "commandID": "io.emmet.toggle_comment",
            "key": "Ctrl-\\"
        },
        "io.emmet.wrap_with_abbreviation": {
            "commandID": "io.emmet.wrap_with_abbreviation",
            "key": "Ctrl-Shift-A"
        },
        "io.emmet.increment_number_by_01": {
            "commandID": "io.emmet.increment_number_by_01",
            "key": "Ctrl-Alt-Shift-Up"
        },
        "io.emmet.decrement_number_by_01": {
            "commandID": "io.emmet.decrement_number_by_01",
            "key": "Ctrl-Alt-Shift-Down"
        },
        "io.emmet.interactive_expand_abbreviation": {
            "commandID": "io.emmet.interactive_expand_abbreviation",
            "key": "Ctrl-Alt-Shift-Enter"
        },
        "e4b.RESET_ALL": {
            "commandID": "e4b.RESET_ALL",
            "key": "Ctrl-Alt-C"
        },
        "e4b.TOGGLE_PANEL": {
            "commandID": "e4b.TOGGLE_PANEL",
            "key": "Ctrl-Alt-X"
        }
    },
    "themes.theme": "railscasts",
    "me.drewh.jsbeautify.on_save": false,
    "crabcode.outline.enabled": false,
    "crabcode.outline.unnamed": true,
    "crabcode.outline.args": true,
    "crabcode.outline.sidebar": true,
    "crabcode.outline.sort": true,
    "eqFTP.projectsPaths": [
        "C:/HTML Projects/CreativeSheep/"
    ],
    "eqFTP.defaultSettingsPathPref": "C:/Users/ChristopherNet/Documents/eqFTP Projects",
    "eqFTP.useEncryption": true,
    "brackets-snippets.snippetDirectories": [
        {
            "fullPath": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/zaggino.brackets-snippets/default_snippets/angularjs/",
            "autoLoad": true
        },
        {
            "fullPath": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/zaggino.brackets-snippets/default_snippets/bootstrap/",
            "autoLoad": true
        },
        {
            "fullPath": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/extensions/user/zaggino.brackets-snippets/default_snippets/html/",
            "autoLoad": true
        }
    ],
    "brackets-snippets.defaultSnippetDirectory": "C:/Users/ChristopherNet/AppData/Roaming/Brackets/snippets/"
}
core-ai-bot commented 3 years ago

Comment by SheepDomination Saturday Dec 20, 2014 at 00:59 GMT


Nope, that didn't work, Chrome continues to load !

core-ai-bot commented 3 years ago

Comment by redmunds Saturday Dec 20, 2014 at 17:37 GMT


Are you sure that Chrome is not your default browser?

Next thing to try is to use Debug > Show Developer Tools, switch to the Console tab, and paste the contents here.

core-ai-bot commented 3 years ago

Comment by SheepDomination Saturday Dec 20, 2014 at 19:33 GMT


You want the entire contents of the console tab or a specific area ?

core-ai-bot commented 3 years ago

Comment by redmunds Saturday Dec 20, 2014 at 20:12 GMT


I forgot to mention, first try Debug > Reload Without Extensions to see if it's caused by an extension.

If it still happens, then copy entire console here.

core-ai-bot commented 3 years ago

Comment by SheepDomination Sunday Dec 21, 2014 at 02:39 GMT


Good news, it works, bad news is I don't have the option of switching between FireFox and Chrome :( !

core-ai-bot commented 3 years ago

Comment by MarcelGerber Sunday Dec 21, 2014 at 14:35 GMT


You can simply copy the URL over to Chrome. They are both updated simultaneously whenever something changes.

core-ai-bot commented 3 years ago

Comment by SheepDomination Sunday Dec 21, 2014 at 15:17 GMT


Thanks for the tip Marcel, up to this point, everything is working !

core-ai-bot commented 3 years ago

Comment by redmunds Sunday Dec 21, 2014 at 16:26 GMT


@SheepDomination Can you let us know what was the cause to help us improve this in the future?

core-ai-bot commented 3 years ago

Comment by SheepDomination Sunday Dec 21, 2014 at 16:30 GMT


First I want to mention, before you, redmunds suggested that I restart Brackets without extensions, I restarted Brackets with extensions and it didn't work, then you, redmunds suggested I restart Brackets without extensions, I did it once more, restarted Brackets with extensions, and oddly it worked successfully, go figure ?

core-ai-bot commented 3 years ago

Comment by kevinkarl25 Saturday Mar 25, 2017 at 05:28 GMT


In my case, copy + paste "livedev.multibrowser": true, in the first line of the JSON object in brackets.json already resolved the issue. Thank you@redmunds and@busykai!