发布于 2017-10-04 00:30:29 | 193 次阅读 | 评论: 0 | 来源: 网友投递
GitHub Atom 文本编辑器
Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。
GitHub Atom 1.21.0 和 1.22.0-beta0 已发布,具体更新如下:
GitHub Atom 1.21.0
Language Server Protocol support and integration via atom-languageclient and atom-ide-ui.
New filesystem watcher API to unify implementations and conserve system resources.
More PR timeline events and build status are now available in the GitHub pane.
MacOS native tabs are now supported.
Restored Atom's ASAR archive to improve to improve performance in several scenarios, most notably installation on Windows.
Lots of language-specific grammar improvements, including the addition of TypeScript.
GitHub Atom 1.22.0-beta0
Made a significant performance improvement fetching git status.
Added a setting to highlight the line number in the gutter when matching brackets.
Markdown preview panes no longer reset their scroll position to the top when the source is saved.
Added a setting for maximum line length before soft wrapping is enforced.
Numerous bug fixes to bundled language grammar packages.
更多更新内容,以及下载地址请参阅 GitHub 发布主页。