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

  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 …

  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 …

  5. Brackets API

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

  6. Brackets Extension Registry

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

  7. HTMLInstrumentation - Brackets API

    Each tag has a "data-brackets-id" attribute with a unique ID for its value. For example, "<div>" becomes something like "<div data-brackets-id='45'>". The attribute value is just a number that …

  8. Menus - Brackets API

    Extensions should generally use the predefined context menus built into Brackets. Use this API to add a new context menu to UI that is specific to an extension.

  9. FileIndex - Brackets API

    Description FileIndex is an internal module used by FileSystem to maintain an index of all files and directories.

  10. ExtractFileContent - Brackets API

    Content can be extracted locally from the file system used fs.readFile () or conditionally from main context (brackets main thread) by using the 3rd param fileName String