|
- Brackets - A modern, open source code editor that understands web design.
With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser It's crafted from the ground up for web designers and front-end developers
- 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 Commands
- 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
- Brackets API
brackets dependencies main strings xorigin command CommandManager Commands DefaultMenus KeyBindingManager Menus document ChangedDocumentTracker Document DocumentCommandHandlers DocumentManager InMemoryFile TextRange editor CodeHintList CodeHintManager CSSInlineEditor Editor EditorCommandHandlers EditorManager EditorOptionHandlers
- Brackets Extension Registry
Browse extensions To install one of these extensions in Brackets, choose File > Extension Manager and click on the Available tab
- 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
- 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
- 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
|
|
|