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

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

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

  6. Document - Brackets API

    diskTimestamp What we expect the file's timestamp to be on disk. If the timestamp differs from this, then it means the file was modified by an app other than Brackets.

  7. DefaultDialogs - Brackets API

    DependenciesThis module has no dependencies

  8. FileFilters - Brackets API

    Utilities for managing file-set filters, as used in Find in Files. Includes both UI for selecting/editing filters, as well as the actual file-filtering implementation.

  9. InlineWidget - Brackets API

    Returns: boolean True if any part of the inline widget is focused Show code

  10. ProjectManager - Brackets API

    ProjectManager glues together the project model and file tree view and integrates as needed with other parts of Brackets. It is responsible for creating and updating the project tree when …