-
Notifications
You must be signed in to change notification settings - Fork 183
Release notes: sprint 23
This document will not be finalized until the end of Sprint 23 -- approximately April 10.
- TODO: category heading
- Localization
Full change logs: brackets and brackets-shell
TODO - toolbar
Code Hints - Code hint providers are now registered to a list of language IDs rather than a list of CodeMirror modes. For some languages (like HTML and CSS) these strings are the same; for others, you must update your code (e.g. for JavaScript, use "javascript"
instead of "js"
).
Quick Open - The fileTypes
member of Quick Open plugins (passed to QuickOpen.addQuickOpenPlugin()
) is deprecated. Please migrate to languageIds
instead. For some languages, the language id is the same as the file extension; for others, you must update the string.
Languages - File extensions can now contain a dot to support conventions like ".mustache.html" or ".coffee.md".
- #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).
- 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.
- 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.
- Added HtmlSpecialCharsCodeHints as default extension by Bernhard Sirlinger
- Fix #3253: Active line highlight doesn't disappear in unfocused editor by Tomás Malbrán
- Add Brackets license to package.json by Lee Leathers
- Fix #3094: Refactor JSLint into an extension by Tomás Malbrán
- Saving the tabs settings per file/project by Tomás Malbrán
- Removed a warning when getLanguageForPath was called by Dennis Kehrig
- Add support for complex file extensions like ".coffee.md" or ".html.erb" by Dennis Kehrig
- Mention the possibility of numbers in language IDs in the docs by Dennis Kehrig
- Zh cn/yodfz by yodfz
- Added the ruby html extension .erb to be reconized as html by madebytrolls
- Fixed the usage of literal "..." instead of \u2026 in translations by Bernhard Sirlinger
- czech translation - sprint 21 by kvarel
- Add support for complex file extensions like ".coffee.md" or ".html.erb" by Dennis Kehrig
- Another two straightforward refactoring tasks for Language support by Dennis Kehrig
- Remove welcomeProjectManager cleanup code by Albert Xing
- Exported Resizer DIRECTION_* and POSITION_* constants by Bernhard Sirlinger
- Polish Language by Rafal Borowski
- Fix #3228: Codehints selection popup is positioned wrong when the font size is not standard by Tomás Malbrán
- Move the JSLint strings by Tomás Malbrán
- Fixing the adjust font restore scroll and adding unit tests by Tomás Malbrán
- Use language id instead of CodeMirror mode in CodeHintManager by Bernhard Sirlinger
- Corrected some mistakes in Polish translation by niu tech
- Corrected some mistakes in Polish translation by niu tech
- More Editor Option Handlers Tests by Tomás Malbrán
- Fix for Issue 3339 by Bernhard Sirlinger
- Fixed: Issue: #2761 Project tree selection is incorrect after opening a file by means other than sidebar by Bernhard Sirlinger
- Spanish strings for sprint 23 by Chema Balsas
Contributions to CodeMirror:
Other:
- Dropzone: Make Dropzone message clickable
For details on the bugs addressed, please refer to closed sprint 23 bugs. A few of the fixed bugs might not be caught by this search query, however.