-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Release Notes: 1.10
-
Multiple encoding support by saurabh95 : Brackets now supports more than 40 different file encodings. You can now Open/Save files with different encodings.
-
Forward/Backward navigation in edit history by swmitra : Navigate backward/forward using Alt-I, Alt-Shift-I across explicit cursor positions.
-
Enable/Disable default extensions by zaggino You can now enable/disable default extensions, that are shipped with Brackets.
-
Search History by saurabh95 : Access all your most recently searched queries from the search bar.
-
Native Menus for Linux by eyelash and saurabh95 : HTML menus are replaced with native menus in Linux.
-
@rule and pseudo-selector code hints by swmitra : CSS code hints now support @rule and pseudo selector/element code hints.
-
Inline CSS code hints by swmitra : Brackets now provides CSS code hints in style attribute value in html.
-
Live Preview highlight customization by Worie : Live Preview highlight customization (colors of highlight can be customized via user preferences). This shows highlight with clear segregation of different box model layers.
Full change logs: brackets and brackets-shell
-
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.
-
Navigate Backward/Forward feature would be available only as Navigate > menu items in OSX. We will enable keyboard shortcuts in next pre-release.
- Fix NavigationProvider throwing errors when doc.file is missing by petetnt
- zh-cn by FallingHeart
- Fixes translation error in Simplified Chinese by mjaseem
- Update urls.js by FallingHeart
- In writeJSON (grunt), use CRLF on Windows by MarcelGerber
- Small linting refactor by horiaradu
- Use the correct border color in multifile Replace in Files bar with d… by MarcelGerber
- Create index.html by FallingHeart
- German Translation by MarcelGerber
- Fix root strings by MarcelGerber
- Problems panel: add an icon per problem to tell which type it is by ficristo
- Various additions and changes to Swedish interface strings by Lominean
- Polish translation update for brackets 1.10 by karmatys
- Release by sharklaser2342345235
- fixing JP translation in comment tags by ArturOledzki
- Fix box model regression (transform) by Worie
- replace parseInt with parseFloat in RemoteFunctions (LP boxmodel fix) by Worie
- Update CSS Code Hints pseudo-selectors by valtlai
- Update CSS Code Hints properties by valtlai
- Editor command handlers test by ficristo
- add: flow-root as value for display by praveenpuglia
- Translated English to Japanese Comments by Blackweda
- Found translations for all the missing Portuguese menu options by Blackweda
- Changed url to access Japanese translated page by Blackweda
- Replaced English comments with Japanese translations by Blackweda
- Addressed performance problems when navigating between large code folded files by thehogfather
- Fix #13274 - make Brackets margin/padding remoteHighlight work like Chrome one by Worie
- Fix #13274 - make Brackets margin/padding remoteHighlight work like Chrome one by Worie
-
Addresses #13264 where setting
saveFoldStates
preference to false caused folding problems by thehogfather - Pflynn/in browser file system by enterstudio
- Add new comments preference. Support indent block comments on line co… by ficristo
- Add support for TypeScript by justinrusso
- Fix layout on narrow extension manager by justinrusso
- Add JavaScript code hinting in JSX files by justinrusso
- Fixes issue #13227 by parthsharma2
- Add inputStyle preference by ficristo
- Update grunt-contrib-watch to 1.0.0 and clean a bit the task by ficristo
- Bootstrap by dmitrymw
- Add no-unsafe-negation rule and upgrade grunt-eslint to 19.0.0 by ficristo
- Makes the content of script and style tags collapsible by thehogfather
- Create tests for Disabled context menu items for unsaved files / #12806 #13134 by leeyimin
TODO: any brackets-shell updates? which of the below messages are applicable?
- A new brackets-shell build is required for this sprint. Be sure to rerun
grunt setup
before building. - Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
- Rebuilding/updating brackets-shell is optional for this release.
- Rebuilding/updating brackets-shell is not required for this release.
- brackets-shell's Node dependencies have changed. Run
npm install
before rebuilding brackets-shell. - Some submodules were updated this sprint. Run
git submodule update
to ensure your source tree is fully up to date. - A submodule URL was changed this sprint. Run
git submodule sync
and thengit submodule update --init --recursive
to ensure your local source tree reflects the update.
For details on the bugs addressed, please refer to closed Release 1.10 bugs. Not all fixed bugs will be caught by this search query, however.