内容简介:GitHub 的文本编辑器 Atom 1.33.0 和 1.34.0-beta0 已发布。 Atom 1.33.0 值得关注的变化 Added built-in support for Rust using Tree-sitter (#18257) Improved soft-wrapping behavior (#18287) Added the ab...
GitHub 的文本编辑器 Atom 1.33.0 和 1.34.0-beta0 已发布。
Atom 1.33.0 值得关注的变化
Added built-in support for Rust using Tree-sitter (#18257)
Improved soft-wrapping behavior (#18287)
Added the ability to disable packages' snippets (#18261)
Moved the 'Undo Discard' button in the Git panel into a context menu (atom/github#1702)
Added a commit list to the GitHub panel (atom/github#1684)
Adding Git / GitHub icons to the status bar (atom/github#1704)
Fixed an issue where Linux users were unable to push or fetch Git branches with the GitHub package on distributions with
libcurl4
installed (#18201)Fixed an issue where the
Toggle Line Comments
command created the wrong kinds of comments in files with multiple languages (#18334)Fixed multiple syntax highlighting issues and other issues involving the tree sitter parser:
Atom 1.34.0-beta0 值得关注的变化
Render git diff view with a
TextEditor
(atom/github#1512)View multi-file diff of all staged changes prior to committing (atom/github#1767)
Added commit message template support (atom/github#1756)
Added Kotlin language syntax highlighting in Markdown code blocks (atom/language-gfm#236)
Fixed a bug where package searches from the settings view were throwing uncaught exceptions (atom/settings-view#1065)
Collapse all directories in tree view even if nothing is selected (atom/tree-view#1287)
Electron upgrade to 2.0.14 (#18475)
详细更新内容和源码下载
https://github.com/atom/atom/releases/tag/v1.33.0
https://github.com/atom/atom/releases/tag/v1.34.0-beta0
Atom 是 GitHub 专门为 程序员 推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持 CSS,HTML,JavaScript 等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 10个最佳富文本编辑器
- Notepad++ 7.7 发布,文本编辑器
- 文本编辑器 Notepad++ 7.8.1 发布
- Emacs 25.3 发布,Linux 文本编辑器
- GNU nano 5.0 发布,文本编辑器
- SubEthaEdit 5.2 发布,macOS 文本编辑器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Spark SQL内核剖析
朱锋、张韶全、黄明 / 电子工业出版社 / 2018-8 / 69.00元
Spark SQL 是 Spark 技术体系中较有影响力的应用(Killer application),也是 SQL-on-Hadoop 解决方案 中举足轻重的产品。《Spark SQL内核剖析》由 11 章构成,从源码层面深入介绍 Spark SQL 内部实现机制,以及在实际业务场 景中的开发实践,其中包括 SQL 编译实现、逻辑计划的生成与优化、物理计划的生成与优化、Aggregation 算......一起来看看 《Spark SQL内核剖析》 这本书的介绍吧!