- Install the latest Brackets build (this gives you the native shell binaries which you'll use in step 6)
- Fork the brackets repo
- Clone your fork of the repo:
git clone https://github.com/<username>/brackets.git
- Fetch submodules:
cd brackets
andgit submodule update --init
- Add an "upstream" remote:
git remote add upstream https://github.com/adobe/brackets.git
- Run
setup_for_hacking
script
system | command |
---|---|
Mac | tools/setup_for_hacking.sh "/Applications/Brackets.app" |
Windows | tools\setup_for_hacking.bat "C:\Program Files (x86)\Brackets" (MUST be run in a Command Prompt started with "Run as Administrator") |
Linux | sudo tools/setup_for_hacking.sh "/opt/brackets" |
- Copy the files from the
src/bracketsCoreChanges
into your clonedbrackets/src
folder
- Copy all the files from this repo
src
folder to yourC:\Users\<username>\AppData\Roaming\Brackets\extensions\user
folder
For more information please visit Response-forBrackets by @brimelow