/brackets-cursor

An extension to add cursor display options to Adobe's Brackets text editor.

Primary LanguageJavaScriptMIT LicenseMIT

brackets-cursor

An extension that adds cursor display settings to Adobe Brackets.

Now when coding with Brackets you can have a block cursor, as nature intended.

Block Cursor

Installation

Install the extension using Brackets' Extension Manager. Alternatively, choose Download Zip from GitHub and unzip the directory into your extensions/user folder, then restart Brackets.

How to Use

brackets-cursor adds a new menu option, 'Cursor...', to the View menu. Use this menu option to open up a dialog with various cursor settings.

Color inputs should be CSS color strings. For example, 'blue', '#0000ff', 'rgb(0, 0, 255)', or 'rgba(0, 0, 255, .5)'. Cursor blink rate is in milliseconds. Use 0 for a non-blinking cursor.

License

MIT