Atom 1.33.0 和 1.34.0-beta0 发布,跨平台文本编辑器

栏目: 软件资讯 · 发布时间: 7年前

内容简介:GitHub 的文本编辑器 Atom 1.33.0 和 1.34.0-beta0 已发布。 Atom 1.33.0 值得关注的变化 Added built-in support for Rust using Tree-sitter (#18257) Improved soft-wrapping behavior (#18287) Added the ab...

GitHub 的文本编辑器 Atom 1.33.0 和 1.34.0-beta0 已发布。

Atom 1.33.0 值得关注的变化

  • Added built-in support for Rust using Tree-sitter (#18257)

  • Improved soft-wrapping behavior (#18287)

  • Added the ability to disable packages' snippets (#18261)

  • Moved the 'Undo Discard' button in the Git panel into a context menu (atom/github#1702)

  • Added a commit list to the GitHub panel (atom/github#1684)

  • Adding Git / GitHub icons to the status bar (atom/github#1704)

  • Fixed an issue where Linux users were unable to push or fetch Git branches with the GitHub package on distributions with libcurl4 installed (#18201)

  • Fixed an issue where the Toggle Line Comments command created the wrong kinds of comments in files with multiple languages (#18334)

  • Fixed multiple syntax highlighting issues and other issues involving the tree sitter parser:

Atom 1.34.0-beta0 值得关注的变化

详细更新内容和源码下载

https://github.com/atom/atom/releases/tag/v1.33.0
https://github.com/atom/atom/releases/tag/v1.34.0-beta0

Atom 是 GitHub 专门为 程序员 推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持 CSS,HTML,JavaScript 等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。

Atom 1.33.0 和 1.34.0-beta0 发布,跨平台文本编辑器


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

ACM国际大学生程序设计竞赛题解

ACM国际大学生程序设计竞赛题解

赵端阳//袁鹤 / 电子工业 / 2010-7 / 39.00元

随着各大专院校参加ACM/ICPC热情的高涨,迫切需要有关介绍ACM国际大学生程序设计竞赛题解的书籍。《ACM国际大学生程序设计竞赛题解(2)》根据浙江大学在线题库的部分题目,经过分类、筛选、汇编,并进行了解答(个别特别简单或者特别复杂的题目未选择),比较详细地分析和深入浅出地讲解了解题的方法和用到的算法。题目的类型包括基础编程、模拟、字符串处理、搜索、动态规划、回溯、图论、几何和数学题。 ......一起来看看 《ACM国际大学生程序设计竞赛题解》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具