Chrome OS的一个Sublime文本编辑器:Caret

jopen 9年前

Caret 是一个运行于 Chrome OS的程序员编辑器。它基于Ace 编辑器组件构建,灵感来自于 Sublime。拥有有一些强大的特性:

  • multiple cursors
  • tabbed editing and retained files
  • syntax highlighting and themes
  • command palette/smart go to
  • hackable, synchronized configuration files
  • project files and folder view

You can also easily load Caret from source, either to hack around on or to have the absolute bleeding edge. You'll need to have Node and NPM installed first, then follow these steps:

  1. Clone this repo to your local machine
  2. Runnpm installto get the development dependencies (Grunt, LESS, and some other packages)
  3. Startgrunt, which will generate the CSS files from the LESS source
  4. Visitchrome://extensionsand enable Developer Mode.
  5. Still on the extensions page, click the button marked "Load unpacked extension..." and select the directory containing Caret's manifest.json.

项目主页:http://www.open-open.com/lib/view/home/1435715605013