发布于 2017-10-21 00:31:47 | 51 次阅读 | 评论: 0 | 来源: 网友投递
CodeMirror 在线代码编辑器
CodeMirror 是一款“Online Source Editor”,基于Javascript,短小精悍,实时在线代码高亮显示,他不是某个富文本编辑器的附属产品,他是许多大名鼎鼎的在线代码编辑器的基础库。
CodeMirror 5.31.0 已发布,
修复
Further improve selection drawing and cursor motion in right-to-left documents.
vim bindings: Fix ctrl-w behavior, support quote-dot and backtick-dot marks, make the wide cursor visible in contentEditable input mode.
continuecomment addon: Fix bug when pressing enter after a single-line block comment.
markdown mode: Fix issue with leaving indented fenced code blocks.
javascript mode: Fix bad parsing of operators without spaces between them. Fix some corner cases around semicolon insertion and regexps.
新特性
Modes added with addOverlay
now have access to a baseToken
method on their input stream, giving access to the tokens of the underlying mode.
下载地址: