Directory

← Back

CodeMirror

Syntax highlighted in-browser editing for Java, JavaScript, CSS, XML, Python, etc.

Author

Rating

Popularity

<100

CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content - computer programs, HTML markup, and similar. If a parser has been written for the language you are editing (see below for a list of supported languages), the code will be colored, and the editor will help you with indentation.

This Vaadin add-on integrates CodeMirror as a TextField component.

-- NOTE: The implementation is still experimental. Some of the features like keyboard focus control, line-based API are missing.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Upgraded CodeMirror JavaScript libraries to 0.8. See http://codemirror.net/ for details.

Released
2010-08-21
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 6.3+
Browser
Internet Explorer
Internet Explorer
Firefox
Safari

CodeMirror - Vaadin Add-on Directory

Syntax highlighted in-browser editing for Java, JavaScript, CSS, XML, Python, etc. CodeMirror - Vaadin Add-on Directory
CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content - computer programs, HTML markup, and similar. If a parser has been written for the language you are editing (see below for a list of supported languages), the code will be colored, and the editor will help you with indentation. This Vaadin add-on integrates CodeMirror as a TextField component. -- NOTE: The implementation is still experimental. Some of the features like keyboard focus control, line-based API are missing.
Online