Experiments in v1 (#1289)

* prepping for pxtv4

* moved enable trace

* adding debugger experiment

* adding some images

* more experiment images

* upgrading pxt

* updated

* updated pxt
This commit is contained in:
Peli de Halleux 2018-09-26 14:01:52 -07:00 committed by GitHub
parent 0778318bfd
commit 3a3f6fa978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
docs/static/experiments/debugger.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
docs/static/experiments/greenscreen.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
docs/static/experiments/instructions.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
docs/static/experiments/print.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -42,6 +42,6 @@
}, },
"dependencies": { "dependencies": {
"pxt-common-packages": "0.23.57", "pxt-common-packages": "0.23.57",
"pxt-core": "4.1.3" "pxt-core": "4.1.5"
} }
} }

View File

@ -107,7 +107,6 @@
}, },
"simulator": { "simulator": {
"autoRun": true, "autoRun": true,
"enableTrace": true,
"streams": false, "streams": false,
"aspectRatio": 1.22, "aspectRatio": 1.22,
"parts": true, "parts": true,
@ -268,6 +267,14 @@
"mobileSafariDownloadProtocol": "microbithex://?data", "mobileSafariDownloadProtocol": "microbithex://?data",
"extendEditor": true, "extendEditor": true,
"extendFieldEditors": true, "extendFieldEditors": true,
"enableTrace": true,
"experiments": [
"greenScreen",
"print",
"allowPackageExtensions",
"instructions",
"debugger"
],
"docMenu": [ "docMenu": [
{ {
"name": "Support", "name": "Support",
@ -408,4 +415,4 @@
"1": "v1" "1": "v1"
} }
} }
} }