close
The Wayback Machine - https://web.archive.org/web/20200426201516/https://github.com/adobe/brackets
Skip to content
An open source code editor for the web, written in JavaScript, HTML and CSS.
JavaScript HTML CSS PHP Shell Ruby
Branch: master
Clone or download

Latest commit

niteskum Merge pull request #15106 from niteskum/AssociateGraphicAfterGUIDGene…
…rated

Graphics File Associate workflow should get triggered after UUID is generated
1
Latest commit ca877bb Mar 27, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image samples Add Korean version "Getting Started" (#13846) Nov 20, 2017
Image src Graphics File Assciate should get triggered after UUID is generated Mar 27, 2020
Image tasks Language Server Protocol Support for Brackets (#14606) Apr 2, 2019
Image test Language Server Protocol Support for Brackets (#14606) Apr 2, 2019
Image tools Added brackets around root_path in the mkdir directive of setup_for_h… Feb 11, 2014
Image .brackets.json Revert "Ensures fold-gutter is always inserted after the line-number … Aug 28, 2016
Image .eslintignore download eslint package from npm and place it into default extensions ( Aug 31, 2017
Image .eslintrc.js Language Server Protocol Support for Brackets (#14606) Apr 2, 2019
Image .gitattributes Normalized Line Endings and added .gitattributes Feb 2, 2013
Image .gitignore Updating gitignore to ignore the node_modules inside the src/JSUtils … Mar 22, 2018
Image .gitmodules Move npm dependencies inside src and add CodeMirror to them Dec 7, 2016
Image .npmrc Git ignore package-lock.json (#13827) Nov 9, 2017
Image .travis.yml Removed node_modules test dirs having archives for MacOS notarization ( Nov 11, 2019
Image CODE_OF_CONDUCT.md Add a Code of Conduct Sep 4, 2016
Image CONTRIBUTING.md Update 'Extension Ideas' query link so it shows both open & closed is… Aug 7, 2014
Image Gruntfile.js Removed node_modules test dirs having archives for MacOS notarization ( Nov 11, 2019
Image ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md to cover platform differences (#12866) Nov 1, 2016
Image LICENSE Make license year evergreen Jan 27, 2016
Image NOTICE Fixed a copy / paste bug. Oct 6, 2014
Image README.md Update README.md to reflect Linux updates Sep 26, 2017
Image build.json Brackets 1.11 pre-release 2nd build commit with bug fixes Sep 12, 2017
Image npm-shrinkwrap.json upgrading lodash node module to 4.17.15 from 4.17.4 Mar 19, 2020
Image package.json upgrading lodash node module to 4.17.15 from 4.17.4 Mar 19, 2020

README.md

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.

You can’t perform that action at this time.