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

    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 Extension Registry

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

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

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

  5. Menus - Brackets API

    A Menu may correspond to an HTML-based menu or a native menu if Brackets is running in a native application shell. Since menus may have a native implementation clients should create Menus …

  6. Brackets API

    brackets dependencies main strings xorigin command CommandManager Commands DefaultMenus KeyBindingManager Menus document ChangedDocumentTracker Document …

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

  8. 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 by future updates.

  9. Resizer - Brackets API

    Resizer is a Module utility to inject resizing capabilities to any element inside Brackets. On initialization, Resizer discovers all nodes tagged as "vert-resizable" and "horz-resizable" to add the resizer handler.

  10. FileSystem - Brackets API

    For details see: https://github.com/adobe/brackets/wiki/File-System-Implementations There are three ways to get File or Directory instances: Use FileSystem.resolve () to convert a path to a …