安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- 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
- 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 Unlike other modules, this one can be accessed without an explicit require () because it exposes a global object, window brackets
- 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 Extension Registry
To install one of these extensions in Brackets, choose File > Extension Manager and click on the Available tab
- 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
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 coupling to Bracket's internal MenuItems and makes menu organization more semantic Use these constants as the "relativeID" parameter when calling addMenuItem () and specify a position of FIRST_IN
- Document - Brackets API
Constructor Document Model for the contents of a single file and its current modification state See DocumentManager documentation for important usage notes Document dispatches these events: change -- When the text of the editor changes (including due to undo redo) Passes ( {Document}, {ChangeList}), where ChangeList is an array of change record objects Each change record looks like: { from
- CodeHintList - Brackets API
Constructor CodeHintList Displays a popup list of hints for a given editor context editor Editor insertHintOnTab boolean Whether pressing tab inserts the selected hint maxResults number Maximum hints displayed at once Defaults to 50 Show code
|
|
|