About 53 results
Open links in new tab
  1. Brackets - A modern, open source code editor that understands web …

    Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it without getting in the way of your creative process.

  2. Brackets Extension Registry

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

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

  4. 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 web tooling.

  5. HintUtils - Brackets API

    value string name of the new hint token positions nullable optional ?Array.<number> optional list of positions at which the token occurs Returns: Object - a new hint token Show code Public API …

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

  7. Inspector - Brackets API

    Inspector manages the connection to Chrome/Chromium's remote debugger. See inspector.html for the documentation of the remote debugger. SETUP To enable remote debugging in Chrome or …

  8. FileUtils - Brackets API

    Returns a native absolute path to the 'brackets' source directory. Note that this only works when run in brackets/src/index.html, so it does not work for unit tests (which is run from …

  9. ExtensionLoader - Brackets API

    This is in the users application support directory, which is typically /Users/<user>/Application Support/Brackets/extensions/user on the mac, and …

  10. ExtensionManager - Brackets API

    getCompatibilityInfoForVersion Determines if the given versions [] entry is compatible with the given Brackets API version, and if not specifies why.