智能化下的产物,无人棋牌室
Github Atom 0.177.0 发布了,改进记录:
- Atom now runs on top of Chrome 40 and io.js
- JavaScript files that begin with
"use 6to5";
will now be preprocessed by the 6to5 library - Fixed the git-diff setting ‘Show Icons in Editor Gutter’ atom/git-diff#46
apm install
now shows a more informative error message when package installation fails because Git isn’t installedapm install
on Windows now looks for Git in the Git Bash and GitHub for Windows install locations
下载地址:https://github.com/atom/atom/releases/tag/v0.177.0
Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。