-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Release Notes: Sprint 29
This sprint didn't turn out quite the way we expected! We worked on several features that became more complex than expected, and weren't ready in time to include in this sprint (see "Ongoing Research" below). As a result, there are fewer new features than usual – but hopefully more next time!
-
Search
- Pagination for unlimited Find in Files results: Click the next/previous arrows to navigate through long results.
- Double-click Find in Files results to add to Working Files, just like double-clicking in file tree
-
Files and Folders
- Show folder name when several Working Files items have same name
- Support "Open With..." in OS X: Previously available for a very limited set of file extensions, "Open With" now works with all file types Brackets supports out of the box. Coming soon for Windows too!
- Editing
- Localization
- Ongoing Research (not available yet)
Full change logs: brackets and brackets-shell
Confirm folder delete - A confirmation dialog will appear when attempting to delete a whole folder. As before, deleted files/folders are sent to the trash, so you can still recover anything you delete this way.
Working Files - When two open files (in the "Working Files" list) have the same file name, the folder name is shown after a hyphen to make the labels less ambiguous.
No changes to existing APIs.
Unit tests - We've extended the Jasmine API to add beforeFirst()
and afterLast()
, useful for setting up & tearing down anything shared across an entire test suite. Especially useful with SpecRunnerUtils.createTestWindowAndRun()
.
- This build does not support Mac OS 10.6 (Snow Leopard). We expect to restore 10.6 support in the next sprint (see #4394).
- Mountain Lion (OS X 10.8) by default will not allow Brackets to run since it's not digitally signed yet. To work around this, right click the Brackets app and choose Open. You only need to do that once -- afterward, launching Brackets the normal way will work also.
- #2272: Windows Vista may not allow the Brackets installer to run (you may not see any error message). To work around this, right-click the installer file, choose Properties, and click the Unblock button.
- #3207: If you use a Sprint 21 or earlier build after using this build at least once, a few preferences such as Recent Projects may get reset. (You can back up your cache folder if you're concerned about this).
- #4362: Slow startup of Brackets and Live Preview on Windows due to Chrome proxy settings. See workaround https://support.google.com/chrome/answer/106010?hl=en.
- Debug > Run Tests is disabled in the installer/DMG distributions of Brackets, because the unit test code is not included. To run unit tests, pull Brackets from GitHub instead.
- Show folder name when several Working Files items have same name by Martin Zagora
- Pagination (next/previous buttons) for unlimited Find in Files results by Tomás Malbrán
- Add Finnish translation by valtlait
- Confirmation prompt for folder deletion by Greg Palmer
- Big unit test improvement: share one Brackets window for multiple tests, greatly improving test speed (part 2, part 3) by Tomás Malbrán
- Fix #4536: Add tooltip for author name in Extension Manager by Luan Pham
- Fix regression in JSLint version by Tomás Malbrán
- Fix #4562: Console warning at startup by Lance Campbell
- Swedish translation for 'Getting Started' project by Mikael Jorhult
- Swedish translation update by Mikael Jorhult
- German translation update by Bernhard Sirlinger
- Czech translation update mainly by kvarel
- A new brackets-shell build is required only to enable the OS X "Open With" functionality. You may need to restart Finder for the rebuilt .app package to appear in Open With menus.
For details on the bugs addressed, please refer to closed sprint 29 bugs. A few of the fixed bugs might not be caught by this search query, however.