Michal Moskal
|
1e46da4266
|
Merge branch 'newstmt'
|
2015-05-21 11:55:49 -07:00 |
Michal Moskal
|
da464fa0fb
|
use 'return' stmt in extracted bodies
|
2015-05-21 11:47:57 -07:00 |
Peli de Halleux
|
6883d47cc3
|
Merge branch 'master' of https://github.com/Microsoft/TouchDevelop
|
2015-05-21 11:44:03 -07:00 |
Peli de Halleux
|
daf0d44139
|
add widget to control running script on opening editor
|
2015-05-21 11:43:43 -07:00 |
Michal Moskal
|
dc22a79725
|
disallow extract with return/break/continue; disallow extract with more than one output variable
|
2015-05-21 11:42:14 -07:00 |
Jonathan Protzenko
|
3389e840ad
|
Blockly editor.
More UI changes, now with the status icon that says "local changes", "locally
saved" or "saved to the cloud".
|
2015-05-21 10:42:11 -07:00 |
Michal Moskal
|
a3967419ea
|
enable return+show in all modes; enable break/contine in coder and expert; disable assignment to single return variable (except in legacy tutorials)
|
2015-05-21 10:40:47 -07:00 |
Jonathan Protzenko
|
614b2ef296
|
Blockly compiler.
microbit → forever becomes while (true)
|
2015-05-21 10:24:18 -07:00 |
Jonathan Protzenko
|
783fc13b3a
|
Blockly editor.
Big UI refresher.
|
2015-05-21 10:24:18 -07:00 |
Peli de Halleux
|
3193b8b5ab
|
configurable default in inserted statements
|
2015-05-21 10:17:24 -07:00 |
Peli de Halleux
|
dde36bf2cf
|
control comment translation with widget
|
2015-05-21 09:38:02 -07:00 |
Peli de Halleux
|
708bb949ec
|
fixes #177
|
2015-05-21 09:20:02 -07:00 |
Peli de Halleux
|
557bdad83d
|
updated tutorial converter
|
2015-05-21 07:16:00 -07:00 |
Peli de Halleux
|
cb3807e081
|
added missing logo
|
2015-05-21 06:53:38 -07:00 |
Peli de Halleux
|
b229e89013
|
make translation service endpoint configurable
|
2015-05-20 21:04:49 -07:00 |
Peli de Halleux
|
96111eb0ad
|
bring select statements to coder mode
|
2015-05-20 20:47:31 -07:00 |
Peli de Halleux
|
07f2832f70
|
initial "conver to tutorial" command
|
2015-05-20 17:32:31 -07:00 |
Peli de Halleux
|
be42366087
|
bring back libs in restricted
|
2015-05-20 17:10:25 -07:00 |
Jonathan Protzenko
|
1414d14463
|
Blockly editor.
Started some cosmetic changes to improve the appearance a little bit.
|
2015-05-20 16:47:20 -07:00 |
Peli de Halleux
|
ead947c5ad
|
Merge branch 'master' of https://github.com/Microsoft/TouchDevelop
|
2015-05-20 15:47:08 -07:00 |
Jonathan Protzenko
|
c0578936b9
|
Blockly editor.
Fix scrolling for large blockly scripts.
|
2015-05-20 15:46:21 -07:00 |
Peli de Halleux
|
21ba173c07
|
fixing build
|
2015-05-20 15:44:22 -07:00 |
Peli de Halleux
|
76ffa07a3d
|
Merge branch 'master' of https://github.com/Microsoft/TouchDevelop
|
2015-05-20 15:20:15 -07:00 |
Peli de Halleux
|
4216f28cda
|
added "convert to tutorial" place holder button
|
2015-05-20 15:19:58 -07:00 |
Jonathan Protzenko
|
01c3fbb71f
|
Merge branch 'master' of github.com:Microsoft/TouchDevelop
|
2015-05-20 15:15:21 -07:00 |
Jonathan Protzenko
|
c08dc90c05
|
Hub and script list.
Add an icon for Blockly scripts.
|
2015-05-20 15:15:16 -07:00 |
Michal Moskal
|
3544298940
|
Merge branch 'master' into newstmt
|
2015-05-20 14:06:44 -07:00 |
Michal Moskal
|
c3554556de
|
Merge branch 'master' of github.com:Microsoft/TouchDevelop
|
2015-05-20 14:04:47 -07:00 |
Michal Moskal
|
2f0a3d52cf
|
Add continue
|
2015-05-20 13:54:40 -07:00 |
Michal Moskal
|
3352420598
|
Draft implementation of C++ compilation of return/break/show
|
2015-05-20 13:03:32 -07:00 |
Michal Moskal
|
dfc7b169dd
|
Disallow return with no value when there is a single return parameter
|
2015-05-20 13:00:22 -07:00 |
Peli de Halleux
|
9cc1d0c410
|
fix build
|
2015-05-20 12:51:46 -07:00 |
Peli de Halleux
|
35a31c3d39
|
removing library access from restricted
|
2015-05-20 12:41:57 -07:00 |
Peli de Halleux
|
859b8a1bcf
|
fixed rendering issue in calculator help
|
2015-05-20 12:39:45 -07:00 |
Michal Moskal
|
fc267f3525
|
Merge branch 'master' into newstmt
|
2015-05-20 12:30:29 -07:00 |
Michal Moskal
|
50f66c5444
|
display stmt buttons even when the line is non-empty
|
2015-05-20 12:29:12 -07:00 |
Michal Moskal
|
d735f3caed
|
allow adding if/while/... in front of an expression
|
2015-05-20 12:26:50 -07:00 |
Michal Moskal
|
7e59e08131
|
tutorial support for break/return/show
|
2015-05-20 12:15:53 -07:00 |
Peli de Halleux
|
454d7ca59e
|
Merge branch 'master' of https://github.com/Microsoft/TouchDevelop
|
2015-05-20 11:57:57 -07:00 |
Jonathan Protzenko
|
f9eab91e37
|
Merge branch 'master' of github.com:Microsoft/TouchDevelop
|
2015-05-20 11:52:08 -07:00 |
Michal Moskal
|
29c4d41ce7
|
deal with insertion buttons
|
2015-05-20 11:51:25 -07:00 |
Jonathan Protzenko
|
79a6023c01
|
Blockly compiler.
More subtleties with for-variables in Blockly abused as global variables.
Define a scope check on blocks; turned out to be non-trivial.
|
2015-05-20 11:51:18 -07:00 |
Michal Moskal
|
42014057e3
|
parser fixes
|
2015-05-20 11:39:36 -07:00 |
Peli de Halleux
|
19b0682c1b
|
changed azure subscription link
|
2015-05-20 11:30:34 -07:00 |
Peli de Halleux
|
b8fcbad0d4
|
removed ding-ding
|
2015-05-20 11:29:28 -07:00 |
Michal Moskal
|
e89862f99e
|
make break, return, show calls... yeah.
|
2015-05-20 11:14:40 -07:00 |
Peli de Halleux
|
a01d65b0ab
|
fixed box sizing issue
|
2015-05-20 10:51:08 -07:00 |
Peli de Halleux
|
f7a727e757
|
simplify restricted hub
|
2015-05-20 10:47:00 -07:00 |
Michal Moskal
|
dd017716cd
|
towards break&friends as expressions
|
2015-05-20 10:25:34 -07:00 |
Peli de Halleux
|
e3b688065f
|
disable tutorial button in restricted/pro
|
2015-05-20 10:24:31 -07:00 |