云网牛站
所在位置:首页 > Linux软件 > 跨平台文本编辑器Atom 1.30.0提供下载,新功能介绍

跨平台文本编辑器Atom 1.30.0提供下载,新功能介绍

2018-08-29 10:05:56作者:文哥稿源:开源社区

文本编辑器 Atom 1.30.0 正式发布下载,支持 Linux、Windows 及 Mac 跨平台,针对 Linux 平台提供 deb、tar.gz 及 rpm 安装包。Atom 是 GitHub 专门为程序员平台,具有简洁和直观的图形用户界面,并有很多有趣的特点:支持 CSS,HTML,JavaScript 等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。

跨平台文本编辑器Atom 1.30.0提供下载,新功能介绍

 

Atom 1.30.0新增功能及更新

Electron 更新至 2.0.4。

GitHub 选项卡现在显示您正在使用的 repo 的打开拉取请求,并允许您轻松检出 PR 分支而无需离开编辑器。

Git 选项卡现在在最近的提交消息中可渲染 emojis。

Tree-Sitter 现在支持语法注入,可以突出显示 HTML 文件中的 JavaScript 和 Ruby 和 JavaScript 文件中的 HTML。

为 language-ruby 添加新的 Tree-Sitter 语法。

添加用于在文本缓冲区中查询 Tree-Sitter 语法节点的新 API。

添加了 <language scope name>:root-scope-used 活动钩子,以便在将语言设置为文本编辑器的根范围时可以对包进行激活。

在 metrics 包中添加了一些新数据点,以便更好地了解 Atom 可编程性的影响。

将 Node.js,Chromium 和 Electron 版本详细信息添加到“About”页面。

 

下载地址

 

Debian and Ubuntu (deb/apt)

curl -sL https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -

sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'

sudo apt-get update

 

Ubuntu

# Install Atom

sudo apt-get install atom

# Install Atom Beta

sudo apt-get install atom-beta

 

Red Hat and CentOS (YUM), or Fedora (DNF)

sudo rpm --import https://packagecloud.io/AtomEditor/atom/gpgkey

sudo sh -c 'echo -e "[Atom] name=Atom Editor baseurl=https://packagecloud.io/AtomEditor/atom/el/7/$basearch enabled=1 gpgcheck=0 repo_gpgcheck=1 gpgkey=https://packagecloud.io/AtomEditor/atom/gpgkey" > /etc/yum.repos.d/atom.repo'

 

dnf

# Install Atom

sudo dnf install atom

# Install Atom Beta

sudo dnf install atom-beta

 

SUSE (zypp)

sudo sh -c 'echo -e "[Atom] name=Atom Editor baseurl=https://packagecloud.io/AtomEditor/atom/el/7/$basearch enabled=1 type=rpm-md gpgcheck=0 repo_gpgcheck=1 gpgkey=https://packagecloud.io/AtomEditor/atom/gpgkey" > /etc/zypp/repos.d/atom.repo'

sudo zypper --gpg-auto-import-keys refresh

 

zypper

# Install Atom

sudo zypper install atom

# Install Atom Beta

sudo zypper install atom-beta

 

Archive extraction

An archive is available for people who don't want to install atom as root.

This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit, but should be compatible with other Linux distributions.

1.Install dependencies (on Ubuntu): sudo apt install git gconf2 gconf-service libgtk2.0-0 libudev1 libgcrypt20 libnotify4 libxtst6 libnss3 python gvfs-bin xdg-utils libcap2

2.Download atom-amd64.tar.gz from the Atom releases page.

3.Run tar xf atom-amd64.tar.gz in the directory where you want to extract the Atom folder.

4.Launch Atom using the installed atom command from the newly extracted directory.

The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases.

 

相关主题

Atom 1.22.1编辑器,Debian/Ubuntu/Arch/Fedora/OpenSUSE下安装

精选文章
热门文章