Commit Graph

2974 Commits

Author SHA1 Message Date
alschmiedt
f06bee4eca Fixes pull request comments 2018-11-27 09:55:15 -08:00
alschmiedt
e9773be499 Adds tests for a nested loop and disabled block 2018-11-27 09:32:48 -08:00
alschmiedt
6366d7be24 Tests blockToCode function for all generators 2018-11-21 11:45:25 -08:00
Abby Schmiedt
26a4774b35 Adds option to generate code for a single block 2018-11-21 09:00:29 -08:00
translatewiki.net
9423970755 Localisation updates from https://translatewiki.net. 2018-11-08 09:53:24 +01:00
Tianwei Du
f3bb0d827e fix #2090 (#2109) 2018-11-07 12:42:42 -08:00
Rachel Fenichel
b9d6de1aeb Merge pull request #2101 from rachel-fenichel/feature/generator_tests_checkbox
Select generator test suites by checkbox
2018-11-05 14:11:24 -08:00
Rachel Fenichel
c49f9c42ab Merge pull request #2094 from google/rachel-fenichel-patch-1
Update version number
2018-11-05 14:11:08 -08:00
Neil Fraser
280fa51597 Don’t move immovable blocks in workspace cleanup. (#2104) 2018-11-05 09:38:24 -08:00
translatewiki.net
d582c37974 Localisation updates from https://translatewiki.net. 2018-11-05 08:39:49 +01:00
translatewiki.net
275659607d Localisation updates from https://translatewiki.net. 2018-11-01 08:04:45 +01:00
Rachel Fenichel
29e836770d Remove bad classes 2018-10-31 15:05:28 -07:00
RoboErikG
ecc555b7f3 Fix bad xml element when generating next node (#2098)
Fixes #2096

We were creating a text node to wrap any block connected to
next when we should have just been attaching the generated dom.
2018-10-31 09:52:59 -07:00
Rachel Fenichel
200afba1d0 Update version number 2018-10-30 10:47:17 -07:00
Rachel Fenichel
8f0f1fa9a5 Merge pull request #2092 from rachel-fenichel/update_dependencies
Update some dev dependencies
2018-10-30 13:12:44 -04:00
Rachel Fenichel
b7c473af53 Merge pull request #2093 from rachel-fenichel/rebuild_10_29_18
Rebuild for October/November release
2018-10-30 13:12:23 -04:00
Rachel Fenichel
3fa13e0ad8 Rebuild 2018-10-29 17:02:27 -07:00
Rachel Fenichel
9a12e97b86 Update some dev dependencies 2018-10-29 16:58:29 -07:00
Rachel Fenichel
e3bf012c20 Use checkboxes instead of dropdowns for generator tests 2018-10-29 15:41:43 -07:00
Rachel Fenichel
0b886f188b Merge pull request #2085 from rachel-fenichel/feature/generator_tests_checkbox
Generator test improvements
2018-10-19 10:14:00 -07:00
Rachel Fenichel
adb1921e21 Add suite name to generator tests 2018-10-18 17:47:58 -07:00
Rachel Fenichel
5fcadc0a05 Use checkboxes instead of a dropdown for generator test selection 2018-10-18 17:11:20 -07:00
Rachel Fenichel
f506a8baee Merge pull request #2084 from rachel-fenichel/bugfix/2030_remainder
Fix setting tooltips in field init for fields
2018-10-17 14:00:35 -07:00
Rachel Fenichel
3aa0cac22b Fix setting tooltips in init 2018-10-17 13:27:32 -07:00
Neil Fraser
db0dbc69ee Update todos and requires. 2018-10-16 11:34:10 -07:00
Neil Fraser
c7e391c71a Fix lint error. 2018-10-16 11:34:10 -07:00
Neil Fraser
aa09ad9175 Line wrap at 80. 2018-10-16 11:34:10 -07:00
Neil Fraser
f196816f62 Move DOMParser and XMLSerializer to Xml.utils 2018-10-16 11:34:10 -07:00
Neil Fraser
8d70598b6b Recompile due to changed dependencies. 2018-10-16 11:34:10 -07:00
Neil Fraser
c74830231c Minor corrections 2018-10-16 11:34:10 -07:00
Neil Fraser
dddb94aedd Fix circular dependency. 2018-10-16 11:34:10 -07:00
Neil Fraser
e62bb1af73 Remove all calls to goog.dom.createDom
All XML node cereations are now centralized.
2018-10-16 11:34:10 -07:00
Andrew n marshall
9252c947bc Add new atan2 block (PR #2079)
Merge pull request from nadyafebi/add-atan2-support-1835
2018-10-16 11:27:00 -07:00
Andrew n marshall
58bfab7c6c Math.PI => Math.pi
The Dart test was failing prior to this.
2018-10-16 11:25:10 -07:00
Nadya Febiana Djojosantoso
e1217252ff Update math_atan2 unit test 2018-10-15 21:01:53 -07:00
Neil Fraser
4f714716a5 Upgrade to dart 2.0 2018-10-15 16:17:50 -07:00
Neil Fraser
7531b323b2 Honour reductions to MAX_UNDO (#2078)
* Honour reductions to MAX_UNDO

If MAX_UNDO is reduced, we now throw away the extra records in the stack, as opposed to just not growing it anymore.

* shift != unshift

Apparently I need a new brain.

* Ensure MAX_UNDO isn’t negative.
2018-10-12 06:34:23 -07:00
Nadya Febiana Djojosantoso
da48f3c66f Add math_atan2 unit test 2018-10-11 15:14:08 -07:00
Nadya Febiana Djojosantoso
d822efa322 Add math_atan2 block to demos and playgrounds 2018-10-11 14:56:13 -07:00
Nadya Febiana Djojosantoso
d3deeedc02 Add math_atan2 Python generator 2018-10-11 14:34:26 -07:00
Nadya Febiana Djojosantoso
c61822befa Add math_atan2 PHP generator 2018-10-11 14:20:27 -07:00
Nadya Febiana Djojosantoso
683a738166 Add math_atan2 Lua generator 2018-10-11 14:19:40 -07:00
Nadya Febiana Djojosantoso
fd0bcabacd Add math_atan2 Dart generator 2018-10-11 14:19:01 -07:00
Nadya Febiana Djojosantoso
23bb0e00d9 Add math_atan2 JavaScript generator 2018-10-11 14:18:25 -07:00
Andrew n marshall
1b9b613ca5 Adding hooks for Android dialogs upon console.prompt() and similar (PR #2077)
Merge pull request from AnmAtAnm/android-js-prompt
2018-10-11 14:08:02 -07:00
Nadya Febiana Djojosantoso
c89909bd29 Add math_atan2 strings 2018-10-11 13:29:42 -07:00
Nadya Febiana Djojosantoso
633bbbc8fa Add math_atan2 block with two inputs 2018-10-11 13:12:23 -07:00
Andrew n marshall
09958368e2 Adding hooks for Android dialogs upon console.prompt() and similar.
Adapting code from Android's JsDialogHelper, a private class in the
Android source code.
2018-10-10 14:08:32 -07:00
translatewiki.net
6608860a23 Localisation updates from https://translatewiki.net. 2018-10-09 10:15:54 +02:00
Andrew n marshall
8e81cc2672 Updating Android ContraintLayout (PR #2074)
Merge pull request from AnmAtAnm/android-deps
2018-10-05 15:56:45 -07:00