Recent projects dropdown extension for Brackets.
Copy (or git clone) this folder into the brackets/src/extensions/user
folder and restart Brackets.
Click on the project name in the sidebar to see the list of recently opened folders (the list only
starts being maintained when you first use the extension, so you won't see folders from before you
installed it).
TODO:
- Should repopulate the working set with the files that were open last time you were in that project.
- Styling needs to be improved (maybe should be light-on-dark to match the project panel).
- Clicking on the menus doesn't dismiss the dropdown. (Need to migrate to Bootstrap 2...)