Skip to content

Commit 5831fd1

Browse files
committed
deploy: cffcc24
1 parent 6c732b5 commit 5831fd1

File tree

582 files changed

+3725
-405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

582 files changed

+3725
-405
lines changed

JSUtils/ScopeManager.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JSUtils/ScopeManager.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

base-config/keyboard.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@
143143
"platform": "mac"
144144
}
145145
],
146+
"edit.beautifyCode": [
147+
"Ctrl-B"
148+
],
146149
"cmd.find": [
147150
"Ctrl-F"
148151
],
@@ -190,12 +193,12 @@
190193
],
191194
"cmd.addNextMatch": [
192195
{
193-
"key": "Ctrl-B"
196+
"key": "Alt-B"
194197
}
195198
],
196199
"cmd.skipCurrentMatch": [
197200
{
198-
"key": "Ctrl-Shift-B"
201+
"key": "Alt-Shift-B"
199202
}
200203
],
201204
"cmd.replace": [

brackets.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)