Atom 1.25.0-beta1 发布了。Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript 等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。
主要更新内容:
- Fixed a bug where
atom --wait
did not work correctly on Windows (#16740) - Fixed a bug that prevented Atom from reusing an existing window when the same path was opened twice (#16764)
- Fixed regressions in the behavior of the
atom.textEditors.getGrammarOverride
andatom.grammars.loadGrammar
methods (#16733, #16747) - Fixed several syntax highlighting bugs in the new, experimental
tree-sitter
highlighting system (#16642, #16643)
下载地址:
转自 http://www.oschina.net/news/93483/github-atom-1-25-beta1