Hi list,
CodeMirror version 3.11 is out. It fixes a few rough edges of the new
document model that was introduced in 3.1, and has, as usual, a bunch
of bugfixes and small new features.
- *Removed code:* collapserange, formatting, and simple-hint addons.
plsql and mysql modes (use sql mode instead).
- *Moved code:* the range-finding functions for folding now have their
own files.
- *Changed interface:* the continuecomment addon now exposes an
option, rather than a command.
- New modes: SCSS, Tcl, LiveScript, and mIRC.
- New addons: placeholder, HTML completion.
- New methods: hasFocus, defaultCharWidth.
- New events: beforeCursorEnter, renderLine.
- Many improvements to the show-hintcompletion dialog addon.
- Tweak behavior of by-word cursor motion.
- Further improvements to the vim mode.
You can find a full list of patches at [1], and get the zip file at [2].
[1]:
https://github.com/marijnh/CodeMirror/compare/v3.1...v3.11
[2]:
http://codemirror.net/codemirror-3.11.zip
Best,
Marijn