brackets-formatter-extension icon indicating copy to clipboard operation
brackets-formatter-extension copied to clipboard

Formatting does not work

Open jasonsanjose opened this issue 12 years ago • 2 comments

This extension requires the autoFormatRange extension from CodeMirror/lib/util/formatting.js. This file is not included by the core Brackets code, and I can't tell if it ever was (I looked at Sprint 17 back to the last commit date of this extension on 10/29/2012). This extension should be updated to include the appropriate file.

jasonsanjose avatar Dec 13 '12 18:12 jasonsanjose

Also, not sure if it's true, but it seems like the ctrl + shift + f may interfere with ctrl + f which opens the find search box.

johnrc avatar Dec 19 '12 22:12 johnrc

change line 16 in main.js with this ( script.src = "thirdparty/CodeMirror2/addon/format/formatting.js"; ). The formatting.js path has changed :). Hope it helps

ValiNiculae avatar Mar 07 '13 11:03 ValiNiculae