About 53 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. Brackets Extension Registry

    Browse extensions To install one of these extensions in Brackets, choose File > Extension Manager and click on the Available tab.

  5. 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 …

  6. CodeHintList - Brackets API

    hintObj {hints: Array.<string,jQueryObject>,match: string,selectInitial: boolean} Show code

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …