内容简介:CodeMirror 5.41.0 发布了,CodeMirror 是一款允许在浏览器中的多功能文本编辑器,专用于编辑代码,并附带超过 100 种语言模式和各种插件,可实现高级的代码编辑功能,包括代码高亮显示,功能扩展以及多个主题样式...
CodeMirror 5.41.0 发布了,CodeMirror 是一款允许在浏览器中的多功能文本编辑器,专用于编辑代码,并附带超过 100 种语言模式和各种插件,可实现高级的代码编辑功能,包括代码高亮显示,功能扩展以及多个主题样式。
更新内容:
Bug 修复
Fix firing of
"gutterContextMenu"
event on Firefox.Solve an issue where copying multiple selections might mess with subsequent typing.
Don't crash when
endOperation
is called with no operation active.vim bindings: Fix insert mode repeat after visualBlock edits.
scheme mode: Improve highlighting of quoted expressions.
soy mode: Support injected data and
@param
in comments.objective c mode: Improve conformance to the actual language.
新特性
A new
selectionsMayTouch
option controls whether multiple selections are joined when they touch (the default) or not.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Qt的聊天型多功能文本编辑器
- CodeMirror 5.37.0 发布,多功能在线代码编辑器
- CodeMirror 5.38.0 发布,多功能在线代码编辑器
- CodeMirror 5.58.0 发布,多功能在线代码编辑器
- CodeMirror 5.39.0 发布,多功能在线代码编辑器
- CodeMirror 5.39.2 发布,多功能在线代码编辑器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithms and Data Structures
Kurt Mehlhorn、Peter Sanders / Springer / 2008-08-06 / USD 49.95
Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer shoul......一起来看看 《Algorithms and Data Structures》 这本书的介绍吧!