
Brackets - A modern, open source code editor that understands …
With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end …
Editor - Brackets API
Editor is a 1-to-1 wrapper for a CodeMirror editor instance. It layers on Brackets-specific functionality and provides APIs that cleanly pass through the bits of CodeMirror that the rest of …
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 Extension Registry
Browse extensions To install one of these extensions in Brackets, choose File > Extension Manager and click on the Available tab.
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 …
CodeHintList - Brackets API
hintObj {hints: Array.<string,jQueryObject>,match: string,selectInitial: boolean} Show code
HTMLInstrumentation - Brackets API
This module contains functions for "instrumenting" html code so that we can track the relationship of source code to DOM nodes in the browser. This functionality is used by both live …
Document - Brackets API
Editor object representing the full-size editor UI for this document. May be null if Document has not yet been modified or been the currentDocument; in that case, our backing model is the …
FindInFiles - Brackets API
Each individual item in the array will be a {item: string, error: string} object, where item is the full path to the file that could not be updated, and error is either a FileSystem error or one of the …
CodeInspection - Brackets API
CodeInspection Description Manages linters and other code inspections on a per-language basis. Provides a UI and status indicator for the resulting errors/warnings. Currently, inspection …