This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
I am working on brackets core source code. I have different repositories (in different locations) of source code and I keep swapping(by hacking) between them. And each time I forget last hacked directory location. Figuring out by adding alert/console on all brackets.js files in every repositiores :-(
So, I would like to have a menu something like Open Brackets Source Directory under Debug menu.
I guess this would also be handy in general use cases like,
- If you forget your hacked directory
- If you are using your buddy's computer, in which you don't know the hacked source dir. path
- -If that menu is disabled, we can even identify that its not yet hacked
-You can still open brackets installed source directory, though its not yet hacked. For quick check.