Hi @anbestephen,
defaultPreferences.json is a read-only file: take the options you want to modify and copy them to the brackets.json file on the other pane. This will override the defaults. You will also see code hints while typing the values in to brackets.json which will help picking the correct options.
thank's @petetnt it works. But wouldn't it be great to add a separate menu-items for default-preference and user-preference (similar to sublime Text's preference setting), the current implementation looks magic to me. I didn't even notices the brackets.json was opened in the right pane when i opened the preference file.
Yup, there's definitely room for improvements on the Preferences UX-side
Hi @anbestephen
Try brackets-preferences plugin ;)
great to know brackets-preferences plugin exists. Can't wait to try it........
defaultPreferences.json is not supposed t be editable.
use brackets.json.
Closing.
I try to remove Alt-O shortcut from bracket.json file. I remove, I save, but without result. Alt-O still opens window with recent files.
It's important: Alt-O is a shortcut for a polish character!
(Working on Mac.)
Any suggestions how to do it?
@Filip-Rogalski see this comment and report back if it works: https://github.com/adobe/brackets/issues/13115#issuecomment-281627042 馃憤
@petetnt Where would I put it? I put it in brackets.json in following way: (And it's not working)
{ "fonts.fontSize": "15px", "fonts.fontFamily": "'SourceCodePro-Medium', 锛汲 銈淬偡銉冦偗, 'MS Gothic', monospace", "livedev.multibrowser": false, "beautify.io.on_save": true, "styleActiveLine": true, "linting.collapsed": true, "documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings", "overrides": { "Alt-O": "" }, "sacah.keyremapper.loadremapperdialog.keymap": { "navigate.toggleQuickEdit": { "commandID": "navigate.toggleQuickEdit", "key": "Cmd-E" },[鈥
Most helpful comment
Hi @anbestephen,
defaultPreferences.jsonis a read-only file: take the options you want to modify and copy them to thebrackets.jsonfile on the other pane. This will override the defaults. You will also see code hints while typing the values in tobrackets.jsonwhich will help picking the correct options.