Brackets

Brackets是一种轻巧而强大的现代文字编辑器。 (Brackets is a lightweight, yet powerful, modern text editor.)

Github stars Tracking Chart

Brackets (括号)是一种轻巧而强大的现代文字编辑器。 Brackets 将可视化工具整合到编辑器中,以便在需要时获得正确的帮助,而不会妨碍您的创作过程。 您将喜欢在括号中编写代码。Brackets是HTML、CSS和JavaScript的现代开源代码编辑器,内置HTML,CSS和JavaScript。

Brackets与其他网页代码编辑器的不同之处?
  • 工具不应该妨碍你。不要用大量的面板和图标来搞乱你的编码环境,在Brackets 里的快速编辑UI会将上下文特定的代码和工具内联起来。
  • Brackets与您的浏览器同步。 通过实时预览,Brackets直接与您的浏览器一起直接推送代码编辑,并在您的真实源代码和浏览器视图之间来回跳转。
  • 自己动手。 因为Brackets是开源的,并且使用HTML、CSS和JavaScript构建,您可以帮助构建最佳的网页代码编辑器。

Brackets可能已达到版本1,但我们并没有就此止步。 我们在trello板上有许多功能想法,我们急于添加以及我们计划在Brackets中构建的其他创新Web开发工作流程。 因此,请将Brackets转出来,让我们知道如何将它作为您最喜爱的编辑器。

您可以在维基上看到Brackets的一些屏幕截图,在YouTube上看到介绍视频,以及Brackets博客上的新闻。

Overview

Name With Owneradobe/brackets
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 13)
PlatformLinux, Mac, Windows
License:MIT License
Release Count114
Last Release Namerelease-1.14.2 (Posted on )
First Release Namesprint-1 (Posted on )
Created At2011-12-07 21:14:40
Pushed At2022-06-12 08:19:24
Last Commit At2021-03-18 19:22:19
Stargazers Count33.3k
Watchers Count1.6k
Fork Count7.7k
Commits Count17.8k
Has Issues Enabled
Issues Count9685
Issue Open Count2618
Pull Requests Count4333
Pull Requests Open Count168
Pull Requests Close Count1105
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Welcome to Brackets! Build Status

Brackets is a modern open-source code editor for HTML, CSS
and JavaScript that's built in HTML, CSS and JavaScript.

What makes Brackets different from other web code editors?

  • Tools shouldn't get in your way. Instead of cluttering up your coding
    environment with lots of panels and icons, the Quick Edit UI in Brackets puts
    context-specific code and tools inline.
  • Brackets is in sync with your browser. With Live Preview, Brackets
    works directly with your browser to push code edits instantly and jump
    back and forth between your real source code and the browser view.
  • Do it yourself. Because Brackets is open source, and built with HTML, CSS
    and JavaScript, you can help build the best code editor for the web.

Brackets may have reached version 1, but we're not stopping there. We have many feature ideas on our
trello board that we're anxious to add and other
innovative web development workflows that we're planning to build into Brackets.
So take Brackets out for a spin and let us know how we can make it your favorite editor.

You can see some
screenshots of Brackets
on the wiki, intro videos on YouTube, and news on the Brackets blog.

How to install and run Brackets

Download

Installers for the latest stable build for Mac, Windows and Linux (Debian/Ubuntu) can be downloaded here.

Usage

By default, Brackets opens a folder containing some simple "Getting Started" content.
You can choose a different folder to edit using File > Open Folder.

Most of Brackets should be pretty self-explanatory, but for information on how
to use its unique features, like Quick Edit and Live Preview, please read
How to Use Brackets.
Also, see the release notes
for a list of new features and known issues in each build.

In addition to the core features built into Brackets, there is a large and growing
community of developers building extensions that add all sorts of useful functionality.
See the Brackets Extension Registry
for a list of available extensions. For installation instructions,
see the extensions wiki page.

Need help?

Having problems starting Brackets the first time, or not sure how to use Brackets? Please
review Troubleshooting, which helps
you to fix common problems and find extra help if needed.

Helping Brackets

I found a bug!

If you found a repeatable bug, and troubleshooting
tips didn't help, then be sure to search existing issues first.
Include steps to consistently reproduce the problem, actual vs. expected results, screenshots, and your OS and
Brackets version number. Disable all extensions to verify the issue is a core Brackets bug.
Read more guidelines for filing good bugs.

I have a new suggestion, but don't know how to program!

For feature requests please first check our Trello board to
see if it's already there; you can upvote it if so. If not, feel free to file it as an issue as above; we'll
move it to the feature backlog for you.

I want to help with the code!

Awesome! There are lots of ways you can help. First read
CONTRIBUTING.md,
then learn how to pull the repo and hack on Brackets.

The text editor inside Brackets is based on
CodeMirror—thanks to Marijn for
taking our pull requests, implementing feature requests and fixing bugs! See
Notes on CodeMirror
for info on how we're using CodeMirror.

Although Brackets is built in HTML/CSS/JS, it currently runs as a desktop
application in a thin native shell, so that it can access your local files.
(If you just try to open the index.html file in a browser, it won't work yet.)
The native shell for Brackets lives in a separate repo,
adobe/brackets-shell.

I want to keep track of how Brackets is doing!

Not sure you needed the exclamation point there, but we like your enthusiasm.

What's Brackets working on next?

Contact info


Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

To the top