This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes: Sprint 7
njx edited this page Apr 25, 2012
·
6 revisions
Most of the work we did in Sprint 7 was to implement the new visual design for Brackets from our XD team. Overall, this should be self-explanatory :), but here are some notes:
- The "Go Live" button is now a lightning bolt icon on the right side of the title bar.
- All existing Brackets functionality has been added to the in-app menus. (We'll move these out to the native menus eventually in the desktop version.)
- To better match the dark background, the scrollbars in the sidebar have been made "unobtrusive", meaning that they appear only on mouseover, and are styled to match the background. This implementation isn't ideal yet, and we plan to replace it with a better implementation eventually.
And, of course, we went open source! Yay!
- Pasting text multiple times adds an extra blank line each time after the first.
- The scroll position isn't kept for files that aren't in the working set, so if you browse around in the file tree, you'll always start at the top of the file.
- Open and Quick Open don't add files to the working set automatically.
- Resizing the window feels sluggish.
- Autoindent on return may not always do what you want, especially for multi-line argument lists in JS function calls.
- Touchpad throw scrolling appears jittery due to issues with the mousewheel events generated by WebKit (https://bugs.webkit.org/show_bug.cgi?id=81040).
Here are some things we're planning to do over the next few sprints:
- Let you set breakpoints in JS directly from Brackets
- Add other kinds of inline editors, like for tweaking CSS gradients
- Add replace functionality (and make the find feature more official)