发布于 2017-09-07 00:25:49 | 125 次阅读 | 评论: 0 | 来源: 网友投递
GitHub Atom 文本编辑器
Atom 是 Github 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。
GitHub Atom 1.19.6 和 1.20.0-beta6 已发布,1.19.6 和 1.20.0-beta6 有以下值得关注的更新:
Fixed two issues that were causing the editor to move the cursor when clicking on scrollbars or near the viewport edges (#15515, #15546).
Fixed a regression that prevented the editor from scrolling with a low editor.scrollSensitivity
config setting (#15487).
Fixed an issue that prevented scrollbars from showing when the "Show scrollbars only when scrolling" setting was enabled on macOS (#15506).
Fixed a rendering glitch in the editor caused by adding block decorations on invalid markers (#15503, #15528).
Fixed an uncaught exception that was sometimes thrown when adding block decorations on non-empty markers (#15550).
Fixed a regression that prevented tabs from being closed on middle-click (atom/tabs#518).
更多详情和下载地址请参阅 GitHub 发布主页。