Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Updates for sprint 33 #85

Merged
merged 5 commits into from
Oct 23, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion updates/stable/en.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
[
{
"buildNumber": 10073,
"versionString": "Sprint 33",
"dateString": "10-28-2013",
"releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-33",
"downloadURL": "http://download.brackets.io",
"newFeatures": [
{
"name": "Image Preview",
"description": "Selecting an image in the file tree displays a preview of the image."
},
{
"name": "New CSS Rule from Quick Edit",
"description": "Use the New Rule button in CSS Quick Edit (Ctrl+E/\u2318E) to create a rule for the currently selected tag/class/id, even if there aren't any existing rules. You can modify the selector after it's created."
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was originally thinking we should emphasize that you can now use Quick Edit even when there are no rules, because previously it would do nothing. But maybe this is clear enough.

},
{
"name": "Quick Edit for Animation Easing",
"description": "When the selection is in a CSS animation timing function, you can use Quick Edit (Ctrl+E/\u2318E) to visually edit the timing curve."
},
{
"name": "Regular Expression Substitution",
"description": "When using a regular expression in find/replace, you can use $1, $2, etc. in the replace string to refer to parenthesized subexpressions in the query string."
},
{
"name": "UI Improvements",
"description": "The Mac version now has a dark titlebar, matching the rest of the Brackets design. Quick Edit widgets now have a close button. Find in Files reports when there are no results."
},
{
"name": "Updated Translations",
"description": "French, Japanese, German, and Czech translations have been updated."
}
]
},
{
"buildNumber": 9791,
"versionString": "Sprint 32",
Expand Down Expand Up @@ -45,7 +78,7 @@
},
{
"name": "Keyboard Support for Recent Projects",
"description": "Press Ctrl+Alt+R (⌥⌘R) to open the 'recent projects' dropdown, then use the arrows and Enter to switch projects."
"description": "Press Ctrl+Alt+R (\u2318\u2325R) to open the 'recent projects' dropdown, then use the arrows and Enter to switch projects."
},
{
"name": "CSS Code Hints in SCSS",
Expand Down