CodeMirror - Vaadin Add-on Directory
Syntax highlighted in-browser editing for Java, JavaScript, CSS, XML, Python, etc.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.
Author HomepageOnline Demo
Discussion Forum
Source Code
CodeMirror Homepage
Issue Tracker
ConfirmDialog Add-on
CodeMirror version 0.9.3
Upgraded CodeMirror JavaScript libraries to 0.8. See http://codemirror.net/ for details.