mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
Merge pull request #23240 from wxy/20210909-Adobe-Kills-Brackets-Code-Editor---Suggests-Using-Visual-Studio-Code
TSL&PRF:sources/news/20210909 Adobe Kills Brackets Code Editor - Suggests Using Visual Studio Code.md
This commit is contained in:
commit
58d2eb0120
@ -1,81 +0,0 @@
|
||||
[#]: subject: "Adobe Kills Brackets Code Editor & Suggests Using Visual Studio Code"
|
||||
[#]: via: "https://news.itsfoss.com/adobe-kills-brackets-editor/"
|
||||
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "wxy"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Adobe Kills Brackets Code Editor & Suggests Using Visual Studio Code
|
||||
======
|
||||
|
||||
Brackets was an impressive open-source modern code editor available for Windows, macOS, and Linux.
|
||||
|
||||
Adobe created it as a community-guided project to help web developers. We previously listed it as one of the [best modern text editors available for coders][1].
|
||||
|
||||
Unfortunately, Adobe ended its support for Brackets on September 1, 2021.
|
||||
|
||||
### Why Did Adobe Discontinue Brackets?
|
||||
|
||||
![][2]
|
||||
|
||||
It looks like Adobe’s partnership with Microsoft may have encouraged them to pull the plug off the community project.
|
||||
|
||||
Hence, they recommend users migrate to Microsoft’s Visual Studio Code editor.
|
||||
|
||||
![][3]
|
||||
|
||||
This is what Brackets’ original GitHub page says after the discontinuation of the project.
|
||||
|
||||
### Visual Studio Code as a Replacement to Brackets
|
||||
|
||||
Of course, Microsoft’s Visual Studio Code is a fantastic alternative and built on open-source. However, when you download the Visual Studio Code from their website, it does not come under a license that promotes free and open-source software.
|
||||
|
||||
So, you may have to build from source or try [VSCodium][4], a freely licensed edition of Visual Studio Code minus the telemetry/tracking.
|
||||
|
||||
Also, there is an [official guide on migrating from Brackets][5] that you can explore if interested.
|
||||
|
||||
### Brackets Will Continue as a Fork Without Adobe
|
||||
|
||||
![][6]
|
||||
|
||||
Even though Adobe has discontinued the project, the [original website][7] still exists to maintain a fork of the project.
|
||||
|
||||
The project’s name is subject to change, but as of now, it’s “**Brackets Continued**” to help users identify the fork.
|
||||
|
||||
Do note that the fork does not yet have a release, and we have no idea if it will continue as an independent project.
|
||||
|
||||
So, if you want to help Brackets fork and help maintain it somehow, head to its GitHub page for more details.
|
||||
|
||||
[Brackets Continued (Fork)][8]
|
||||
|
||||
_What do you prefer to use as your code editor? Did you like Brackets code editor for web development work? Feel free to share your thoughts on this in the comments._
|
||||
|
||||
#### Big Tech Websites Get Millions in Revenue, It's FOSS Got You!
|
||||
|
||||
If you like what we do here at It's FOSS, please consider making a donation to support our independent publication. Your support will help us keep publishing content focusing on desktop Linux and open source software.
|
||||
|
||||
I'm not interested
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/adobe-kills-brackets-editor/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://itsfoss.com/best-modern-open-source-code-editors-for-linux/
|
||||
[2]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQ3MCIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[3]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE1NCIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[4]: https://vscodium.com
|
||||
[5]: https://code.visualstudio.com/migrate-from-brackets
|
||||
[6]: data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyNyIgd2lkdGg9Ijc4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiLz4=
|
||||
[7]: https://brackets.io
|
||||
[8]: https://github.com/brackets-cont/brackets
|
@ -0,0 +1,79 @@
|
||||
[#]: subject: "Adobe Kills Brackets Code Editor & Suggests Using Visual Studio Code"
|
||||
[#]: via: "https://news.itsfoss.com/adobe-kills-brackets-editor/"
|
||||
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "wxy"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Adobe 终止支持 Brackets,并建议使用 VS Code 替代
|
||||
======
|
||||
|
||||
> Adobe 结束了对 Brackets 代码编辑器的支持,坚持让用户迁移到微软的 Visual Studio Code。不过,还好总还算是留下了一个复刻。
|
||||
|
||||
![](https://i2.wp.com/news.itsfoss.com/wp-content/uploads/2021/09/adobe-bracket-visual-studio.jpg?w=1200&ssl=1)
|
||||
|
||||
Brackets 是一个令人印象深刻的现代开源代码编辑器,可用于 Windows、macOS 和 Linux。
|
||||
|
||||
Adobe 以一个社区引导的项目的形式创建了它,来帮助 Web 开发者。我们之前把它列为 [可供编程人员使用的最佳现代文本编辑器][1] 之一。
|
||||
|
||||
不幸的是,Adobe 在 2021 年 9 月 1 日结束了对 Brackets 的支持。
|
||||
|
||||
### 为什么 Adobe 停用了 Brackets?
|
||||
|
||||
![][2]
|
||||
|
||||
看起来可能是 Adobe 与微软的合作关系促使他们拔掉了这个社区项目的插头。
|
||||
|
||||
因此,他们建议用户迁移到微软的 Visual Studio Code 编辑器。
|
||||
|
||||
![][3]
|
||||
|
||||
这是 Brackets 项目中止后 GitHub 的原始页面上的内容。
|
||||
|
||||
### Visual Studio Code 作为 Brackets 的替代品
|
||||
|
||||
当然,微软的 Visual Studio Code 是一个很好的替代品,而且建立在开源的基础上。然而,当你从他们的网站上下载 Visual Studio Code 时,它并不在一个促进自由和开源软件的许可证之下。
|
||||
|
||||
因此,你可能不得不从源代码构建,或者尝试 [VSCodium][4],这是一个没有遥测/跟踪功能的 Visual Studio Code 的自由许可版本。
|
||||
|
||||
另外,有一个 [关于从 Brackets 迁移的官方指南][5],如果你感兴趣,可以去看看。
|
||||
|
||||
### Brackets 将继续以没有 Adobe 的复刻出现
|
||||
|
||||
![][6]
|
||||
|
||||
尽管 Adobe 已经停止了这个项目,但 [原网站][7] 仍然存在,以维持这个项目的复刻。
|
||||
|
||||
该项目名称可能会改变,但从目前来看,它叫 “Brackets Continued”,以帮助用户识别该复刻。
|
||||
|
||||
请注意,这个复刻项目还没有发布,我们也不知道它是否会作为一个独立的项目继续下去。
|
||||
|
||||
所以,如果你想帮助 Brackets 复刻,并以某种方式帮助维护它,请前往其 GitHub 页面了解更多细节。
|
||||
|
||||
- [Brackets Continued(复刻)][8]
|
||||
|
||||
你喜欢用什么作为你的代码编辑器?你喜欢用 Brackets 代码编辑器进行 Web 开发工作吗?欢迎在评论中分享你的想法。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/adobe-kills-brackets-editor/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[wxy](https://github.com/wxy)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://itsfoss.com/best-modern-open-source-code-editors-for-linux/
|
||||
[2]: https://i2.wp.com/news.itsfoss.com/wp-content/uploads/2021/09/brackets-screenshot.png?w=800&ssl=1
|
||||
[3]: https://i2.wp.com/news.itsfoss.com/wp-content/uploads/2021/09/adobe-brackets-github.png?w=964&ssl=1
|
||||
[4]: https://vscodium.com
|
||||
[5]: https://code.visualstudio.com/migrate-from-brackets
|
||||
[6]: https://i2.wp.com/news.itsfoss.com/wp-content/uploads/2021/09/brackets-fork.png?w=1511&ssl=1
|
||||
[7]: https://brackets.io
|
||||
[8]: https://github.com/brackets-cont/brackets
|
Loading…
Reference in New Issue
Block a user