About 54 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. With new features and extensions released every 3-4 …

  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 our codebase may …

  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 API

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

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

  6. Brackets Extension Registry

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

  7. Menus - Brackets API

    Brackets Application Menu Section Constants It is preferred that plug-ins specify the location of new MenuItems in terms of a menu section rather than a specific MenuItem. This provides looser …

  8. Brackets - Contribute

    Made with ♥ and JavaScript, the Brackets project is a community sandbox where everyone is invited to experiment with new ideas for web tooling.

  9. HTMLInstrumentation - Brackets API

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

  10. CodeInspection - Brackets API

    This method doesn't update the Brackets UI, just provides inspection results. These results will reflect any unsaved changes present in the file if currently open. The Promise yields an array of provider …