内容简介:Atom 1.28.0 正式版本已发布,更新内容如下: Electron has been upgraded to version 2.0. Atom now automatically honors your operating system's color profile. You can use the new Color Profile setti...
Atom 1.28.0 正式版本已发布,更新内容如下:
Electron has been upgraded to version 2.0.
Atom now automatically honors your operating system's color profile. You can use the new Color Profile setting to customize this behavior.
Active editors are now updated when experimental Tree-sitter grammars are toggled in settings.
Shell environment variables are now carried into Atom when launched from PowerShell or Windows Command Prompt.
The Find in Project results view now groups adjacent matches and highlights multiple matches on the same line.
Commit message preprocessing has been substantially revisited, preserving newlines in amended commits, preserving
#
comments in commits composed within the mini editor, and respecting yourcommit.cleanup
configuration when committing from an expanded editor."Large" file patches are identified by byte count, not line count, of the patch body. This prevents performance hiccups when navigating past files with large diffs in a relatively small number of lines.
Avatars are now supported for users who are using the newer-style anonymized email addresses.
Modal dialogs can now be cancelled properly by pressing esc on Windows
The
language-html
package now supports GraphQL script tags and multi-line style attributes.CriticMarkup syntax is now colored correctly in Markdown files.
Fixed an issue where files in a Git repo might be locked or corrupted.
The placeholder glyph that appears when reordering tabs is now much more responsive.
Fixed an issue where dashes were being prefixed with backslashes in non-regex searches
更多细节和下载地址请查看发行列表:https://github.com/atom/atom/releases/tag/v1.28.0
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 文本编辑器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
奔跑吧 Linux内核
张天飞 / 人民邮电出版社 / 2017-9-1 / CNY 158.00
本书内容基于Linux4.x内核,主要选取了Linux内核中比较基本和常用的内存管理、进程管理、并发与同步,以及中断管理这4个内核模块进行讲述。全书共分为6章,依次介绍了ARM体系结构、Linux内存管理、进程调度管理、并发与同步、中断管理、内核调试技巧等内容。本书的每节内容都是一个Linux内核的话题或者技术点,读者可以根据每小节前的问题进行思考,进而围绕问题进行内核源代码的分析。 本书内......一起来看看 《奔跑吧 Linux内核》 这本书的介绍吧!