Atom 1.25.0 和 1.26.0 beta0 发布了。Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript 等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。
更新内容
1.25.0
- Electron 更新至 to 1.7.11.
- 支持使用名为 tree-sitter 的下一代解析系统,大大改进了语法突出显示和代码折叠。请参阅 pull request,了解有关选择尝试的详细信息。
- 使用 Atom API 启动的对话框,包括确认和保存,现在可能是异步的。 给 atom.confirm() 添加一个回调,并且 showSaveDialog 调用选择加入异步表单。
- Python 语言支持正在大幅改进,现在支持函数注释,异步函数,字符串格式化,f-字符串和二进制字符串。
- HTML 文档中的样式属性被标记为 CSS。
完整更新内容及下载地址请查看发布主页。
1.26.0 beta0
- Added experimental file system watcher support.
- Improved support for git worktrees.
- Updated fuzzaldrin-plus across a few packages to get better fuzzy path searching.
- Improved file rename detection in the watchPath API.
- Initial support for a new Atom project file format.
- Package authors can now control the order of context menu items.
- Chromium 56’s “system-ui” generic font family is now used to load platform-specific system fonts.
- Atom’s
.deb
package dependencies have been expanded to enable installation inside headless environments. - Fixed crashes caused by missing
USERNAME
/USER
environment variables. atom --wait
now works correctly with Windows file paths.- User interface polish around typing, scroll wheel scaling, and editor text rendering.
- Fixed an issue where panes sometimes do not fill available space.
- Syntax grammar updates for language-java, language-javascript, language-php, and language-yaml.
完整更新内容及下载地址请查看发布主页。
转自 http://www.oschina.net/news/94254/github-atom-1-25-0-and-1-26-0-beta0-released