
Brackets - A modern, open source code editor that understands …
Brackets is maintained by the brackets.io community. It was founded by Adobe as a community guided, open source project to push web development editors to the next level.
Brackets - Contribute
Brackets is fun to hack on and easy to contribute to. Made with ♥ and JavaScript, the Brackets project is a community sandbox where everyone is invited to experiment with new ideas for …
Brackets Extension Registry
Browse extensions To install one of these extensions in Brackets, choose File > Extension Manager and click on the Available tab.
brackets - Brackets API
brackets is the root of the Brackets codebase. This file pulls in all other modules as dependencies (or dependencies thereof), initializes the UI, and binds global menus & keyboard shortcuts to …
Brackets API
brackets dependencies main strings xorigin command CommandManager Commands DefaultMenus KeyBindingManager Menus document ChangedDocumentTracker Document …
HTMLInstrumentation - Brackets API
This does just what it says - it will read the HTML content in the doc and generate instrumented code by injecting "data-brackets-id" attributes. Additionally, it caches the parsed DOM for use …
Editor - Brackets API
It layers on Brackets-specific functionality and provides APIs that cleanly pass through the bits of CodeMirror that the rest of our codebase may want to interact with.
Menus - Brackets API
Extensions should generally use the predefined context menus built into Brackets. Use this API to add a new context menu to UI that is specific to an extension.
CodeInspection - Brackets API
This method doesn't update the Brackets UI, just provides inspection results. These results will reflect any unsaved changes present in the file if currently open.
LiveDevelopment - Brackets API
This will read the currentDocument from brackets, launch the LiveBrowser (currently Chrome) with the remote debugger port open, establish the Inspector connection to the remote debugger, …