发布于 2015-12-09 03:28:56 | 98 次阅读 | 评论: 0 | 来源: 网友投递
GitHub Atom 文本编辑器
Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。
Atom 1.3.0-beta7 发布,主要更新如下:
Added a find-and-replace@0.0.1
service with a resultsMarkerLayerForTextEditor
method to obtain the results marker layer for querying. This will be helpful if you're interesting in find-and-replace markers, because they're no longer available via findMarkers
on TextEditor
.
Fixed an issue scrolling right when the first line is the longest in the file.
Fixed a state serialization issue introduced in 1.3.0-beta5
. Delete ~/.atom/storage
if Atom fails to start after upgrading to this version after using 1.3.0-beta5
.
Fixed some issues with modules that attempted to assign Error.prepareStackTrace
.
下载地址:v1.3.0-beta7
Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。