内容简介:Monaco Editor 0.14.2 已发布,这是针对刚刚发布的 0.14 的修复版本。 0.14.2 更新日志: Reverts https://github.com/Microsoft/monaco-editor/pull/981 0.14.0 更新日志: New & Noteworthy Using tree-shakin...
Monaco Editor 0.14.2 已发布,这是针对刚刚发布的 0.14 的修复版本。
0.14.2 更新日志:
0.14.0 更新日志:
New & Noteworthy
Using tree-shaking to reduce the amount of shipped code.
TypeScript and JavaScript coloring is now done with Monarch.
typescriptServices
is no longer loaded on the UI thread, this helps with webpack's bundle output size.Added coloring for: apex, azcli, clojure, powerquery, rust, scheme and shell.
Added sub-word navigation commands.
Added font zoom commands.
Syntax highlighting for deleted lines in inline diff editor.
Highlighted indent guide.
Column selection using middle mouse button.
Added editor options:
scrollBeyondLastColumn
,hover
,suggest
,highlightActiveIndentGuide
,showUnused
.Added
setTokensProvider
withEncodedTokensProvider
.Added
monaco.languages.getEncodedLanguageId
to get the numeric language id.DefinitionProvider.provideDefinition
,ImplementationProvider.provideImplementation
,TypeDefinitionProvider.provideTypeDefinition
can now return aDefinitionLink
.
Breaking Changes
Removed no longer used
Severity
.Renamed
IEditor.isFocused
toIEditor.hasTextFocus
.Renamed
ICodeEditor.onDidFocusEditor
toICodeEditor.onDidFocusEditorWidget
.Renamed
ICodeEditor.onDidBlurEditor
toICodeEditor.onDidBlurEditorWidget
.DocumentSymbolProvider.provideDocumentSymbols
must now returnDocumentSymbol[]
.
Monaco Editor 是微软开源的基于 VS Code 的代码编辑器。
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Monaco Editor 0.14.2 发布,微软开源的代码编辑器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 工具 | 字节跳动开源的 Markdown 编辑器
- Tiled 1.7.0,开源关卡编辑器
- 开源Markdown 编辑器Mark Text
- 开源编辑器 Atom 简化代码审查过程
- Quill 1.3.3 发布,开源富文本编辑器
- Quill 1.3.4 发布,开源富文本编辑器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。