|
- Brackets - A modern, open source code editor that understands web design.
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 weeks, it's like getting presents all year long
- A modern, open source code editor that understands web design - Brackets
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 weeks, it's like getting presents all year long
- 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
- 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 through addMenu () and should NOT construct a Menu object directly
- LanguageManager - Brackets API
LanguageManager Description LanguageManager provides access to the languages supported by Brackets To find out which languages we support by default, have a look at languages json To get access to an existing language, call getLanguage (): var language = LanguageManager getLanguage("<id>"); To define your own languages, call defineLanguage ():
- 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
|
|
|