Browser side code editor component

do you know any browser-side component, in HTML/Javascript , Flash , Applet or Silverlight , that would allow source code edition with syntax highlighting and auto-completion .

CodeMirror has a good syntax highlighting support but does not seem to support auto-completion.

If no such editor exists do you know any way to implement auto-completion using HTML and javascript or any other browser-side technology ?

Thanks by advance.


You might look into Bespin. It is an open source html 5 based IDE. I don't know how hard it would be to extract just the editor component, but it sounds promising.

链接地址: http://www.djcxy.com/p/30656.html

上一篇: 将JavaScript编辑器组件嵌入到Java应用程序中

下一篇: 浏览器端代码编辑器组件