enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. 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 without getting in the way of your creative process. You'll enjoy writing code in Brackets.

  3. brackets - Brackets API

    brackets.io/docs

    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.

  4. InlineTextEditor - Brackets API

    brackets.io/docs/current/modules/editor/InlineTextEditor.html

    setInlineContent. Sets the document and range to show in the inline editor, or null to destroy the current editor and leave the content blank. doc Document. The document to show, or null to show nothing. startLine number. The first line of text in `doc` to show in inline editor. Ignored if doc is null.

  5. Editor - Brackets API

    brackets.io/docs/current/modules/editor/Editor.html

    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 want to interact with.

  6. Brackets Extension Registry

    registry.brackets.io

    A simple Brackets Font Select Extension, this Extension allows you to change your Brackets font with a various choice of Basic Fonts in a Custom Menu named 'Fonts'. Enjoy!

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

  8. FindReplace - Brackets API

    brackets.io/docs/current/modules/search/FindReplace.html

    The position to find a word at. Returns: {start: {line: number,ch: number},end: {line:number,ch:number},text:string} The range and content of the found word. If there is no word, start will equal end and the text will be the empty string. Show code.

  9. TextRange - Brackets API

    brackets.io/docs/current/modules/document/TextRange.html

    TextRange. Stores a range of lines that is automatically maintained as the Document changes. The range MAY drop out of sync with the Document in certain edge cases; startLine & endLine will become null when that happens. Important: you must dispose () a TextRange when you're done with it.

  10. LanguageManager - Brackets API

    brackets.io/docs/current/modules/language/LanguageManager.html

    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>");

  11. ProjectManager - Brackets API

    brackets.io/docs/current/modules/project/ProjectManager.html

    ProjectManager glues together the project model and file tree view and integrates as needed with other parts of Brackets. It is responsible for creating and updating the project tree when projects are opened and when changes occur to the file tree. This module dispatches these events: