发布于 2015-06-10 00:27:47 | 103 次阅读 | 评论: 0 | 来源: 网友投递
GitHub Atom 文本编辑器
Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。
这次更新力度很大,解决了很多被广为诟病的 bug,比如打开大文件失去反应 bug。Github 的 atom 开发组很给力,在努力追赶试图打造最好的程序员编程利器。
Atom now opens files larger than 2MB with syntax highlighting, soft wrap, and folds disabled. We'll work on raising the limits with these features enabled moving forward
Double-clicking a file in the Tree View now makes it a permanent tab when using preview tabs
The Symbols View now automatically scrolls to the function in the editor as you move between functions in the list
Optimizations to editor rendering in 0.206.0 disabled sub-pixel anti-aliasing. It has been restored in this release.
另外把0.207.0版的更新也补充到这里。
Atom now automatically re-enables the Tabs and Tree View packages when the deprecated Sublimes Tabs is installed
Fixed an issue where opening the Settings View would show an error notification
更多改进请看:https://github.com/atom/atom /releases