发布于 2016-08-04 00:32:37 | 71 次阅读 | 评论: 0 | 来源: 网友投递
GitHub Atom 文本编辑器
Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。
Atom 1.10 beta 1 发布了,
主要更新内容:
Fix uncaught exceptions when folding in certain situations with certain grammars, such as Python.
Fix an uncaught exception when a package's native dependencies are compiled against the wrong version of V8.
Fix a bug that caused the editor.softWrapHangingIndent
setting to be ignored.
Fix a regression that prevented Atom from starting when ~/.atom
was missing.
下载地址:https://github.com/atom/atom/releases/tag/v1.10.0-beta1