cmskit/ace-editor

安装: 246

依赖: 4

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

语言:JavaScript

dev-master 2014-08-22 11:34 UTC

This package is not auto-updated.

Last update: 2024-09-28 16:31:05 UTC


README

Ace editor (仅生产文件)

Ace (https://github.com/ajaxorg/ace) 是一个用JavaScript编写的独立代码编辑器。

特性

Syntax highlighting for over 110 languages (TextMate/Sublime/.tmlanguage files can be imported)
Over 20 themes (TextMate/Sublime/.tmtheme files can be imported)
Automatic indent and outdent
An optional command line
Handles huge documents (at last check, 4,000,000 lines is the upper limit)
Fully customizable key bindings including vim and Emacs modes
Search and replace with regular expressions
Highlight matching parentheses
Toggle between soft tabs and real tabs
Displays hidden characters
Drag and drop text using the mouse
Line wrapping
Code folding
Multiple cursors and selections
Live syntax checker (currently JavaScript/CoffeeScript/CSS/XQuery)
Cut, copy, and paste functionality