发布于 2016-02-14 21:57:15 | 69 次阅读 | 评论: 0 | 来源: 网友投递
GitHub Atom 文本编辑器
Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。
Atom 是一款由 GitHub 开发的一个开源的、跨平台的文本编辑器,有一个简单而直观的图形用户界面和一堆有趣的功能,文本支持CSS,HTML,JavaScript和其他Web编程语言。其中,有宏支持,自动完成分割屏幕特征,并将其与文件管理器集成。
最新版本 1.5 发布,查看详细发布文档,功能:
Improvements to CJK softwrap
Performance improvements in the marker index
New windows are cascaded below existing windows on OS X
Add the ability to disable Atom autoupdating
Remove the release-notes package to reduce confusion on updates
Fixed performance issues when git repo is in the home directory and atom opened in the home directory
Ubuntu 14.04/15.04/15.10 用户安装命令:
sudo add-apt-repository ppa:webupd8team/atom sudo apt-get update sudo apt-get install atom
卸载命令:
sudo apt-get remove atom
via imcn