Update CodeMirror plugin to latest version and the new widget framework

Now the CodeMirror plugin modifies the behaviour of the core edit-text
widget.
This commit is contained in:
Jeremy Ruston
2013-10-25 09:48:57 +01:00
parent 8a709a0b00
commit cfa68dade5
4 changed files with 1190 additions and 699 deletions

View File

@@ -5,6 +5,7 @@ tags: [[$:/tags/stylesheet]]
.CodeMirror {
height: auto;
border: 1px solid #ddd;
}
.CodeMirror-scroll {