您现在的位置是:网站首页> 编程资料编程资料

一个Javascript 编写的代码编辑器_网页编辑器_

2023-05-25 238人已围观

简介 一个Javascript 编写的代码编辑器_网页编辑器_

EditArea : http://sourceforge.net/projects/editarea
特点
1. 一个 Javascript 编写的代码编辑器, 支持代码加亮, 缩进, 行号等特征;
2. A free javascript editor for source code. It allow to write well formated source code with line numerotation, tab support, search & replace (with regexp) and live syntax highlighting (customizable).
3. 一个实际的例子: http://www.cdolivet.net/editarea/editarea/exemples/exemple_full.html

-六神源码网