Commit Graph

8355 Commits

Author SHA1 Message Date
Noah Glaser
15a6fa7cb4 Fix capitolization error 2019-10-14 23:24:22 -07:00
alschmiedt
af72df58ae Update todos so they are no longer in jsdocs (#3250) 2019-10-14 19:39:26 -07:00
alschmiedt
8874e58f91 Fix jsdoc syntax (#3242) 2019-10-14 14:22:09 -07:00
Rachel Fenichel
b9473fefa8 Merge pull request #3240 from google/rachel-fenichel-patch-1
Update package.json
2019-10-14 13:25:03 -07:00
Rachel Fenichel
d35bc19bff Merge pull request #3239 from rachel-fenichel/bump_versions
Update version numbers
3.20191014.0
2019-10-14 13:20:36 -07:00
Rachel Fenichel
fc6e1bd529 Rebuild to pull in new version number 2019-10-14 14:16:38 -06:00
Rachel Fenichel
e11c7b0488 Update package.json 2019-10-14 14:02:43 -06:00
Rachel Fenichel
cffb126f37 Update version numbers 2019-10-14 14:01:14 -06:00
Rachel Fenichel
23a78c89e4 Merge pull request #3165 from google/rc/Oct_19
October 2019 release candidate (Q3 2019)
2019-10-14 12:59:11 -07:00
Rachel Fenichel
ae111744b6 Rebuild 2019-10-14 12:55:48 -06:00
RoboErikG
52a6992dfc Remove multi-line comments to avoid escaping (#3231) (#3232)
Fixes #3230 by removing multi-line comments for procedures.
2019-10-14 11:22:08 -07:00
RoboErikG
e62c2a3f6b Remove multi-line comments to avoid escaping (#3231)
Fixes #3230 by removing multi-line comments for procedures.
2019-10-14 10:40:22 -07:00
RoboErikG
d09b85dc9e Cleanup for #3179 (#3229) 2019-10-14 09:57:38 -07:00
translatewiki.net
c98bf02012 Localisation updates from https://translatewiki.net. 2019-10-14 17:17:03 +02:00
zochris
f26829eb6d Change variable exists message to show casing 2019-10-13 20:39:06 +02:00
zochris
bf7abee679 Rephrase "variable already exists" message
The message now includes the name with casing of the already existing
variable.
2019-10-13 14:39:03 +02:00
Josh Lory
43f9ab6889 Look up notch height from the current renderer (#3217) 2019-10-11 15:30:26 -07:00
Sam El-Husseini
e18dcd1bea bringToFront optimization for large workspaces (#3214)
* bringToFront optimization for large workspaces
2019-10-09 16:08:23 -07:00
Sam El-Husseini
31db570cd1 Fix #2811 (#3205) (#3207) 2019-10-09 11:16:26 -07:00
Sam El-Husseini
3368a9f713 Revert calling onHide before the animation is complete to avoid double click issues. (#3202) 2019-10-09 11:16:16 -07:00
Sam El-Husseini
4b35320c86 Fix #2811 (#3205) 2019-10-09 10:10:12 -07:00
Rachel Fenichel
e7859db8c7 Merge pull request #3203 from rachel-fenichel/drag_delta
Initialize drag delta to (0,0) and update annotation.
2019-10-08 18:11:14 -07:00
Rachel Fenichel
65cf0c5e98 Initialize drag delta to (0,0) and update annotation.
Remove 12 warnings.
2019-10-08 18:04:05 -07:00
Rachel Fenichel
b9dd13cde0 Fix #3169 (#3199) 2019-10-08 17:29:53 -07:00
Beka Westberg
f4f9a67903 Fixed field editor disposal (#3109)
* Fixed field editor disposal.
2019-10-08 16:48:31 -07:00
Rachel Fenichel
b8ce62dec9 Merge pull request #3200 from rachel-fenichel/cp_3199
Version of #3199 for release
2019-10-08 16:28:37 -07:00
Rachel Fenichel
032dfa70b3 Version of #3199 for release 2019-10-08 14:26:23 -07:00
alschmiedt
cf04a9529b Fix compilier warnings for keyboard nav (#3196)
* Fix compilier warnings for keyboard nav
2019-10-08 11:34:39 -07:00
RoboErikG
6ff3ff2e85 Set correct defaults for Fields (#3179) (#3195)
null was being converted to 0 by Number() when it should cause the
default value to be set instead. This updates FieldNumber and
FieldAngle to handle nulls correctly. Also update jsdoc.

Fixes #3177
2019-10-08 11:31:48 -07:00
Sam El-Husseini
cbf8b4b18d Add setLocale to the Blockly typescript definition file. (#3197) 2019-10-08 11:13:00 -07:00
Sam El-Husseini
a782645851 Add setLocale to the Blockly typescript definition file. (#3197) 2019-10-08 11:12:29 -07:00
Sam El-Husseini
60d69b9dba Add support for setting the direction in RTL. (#3192) 2019-10-07 17:31:28 -07:00
Sam El-Husseini
1d113b5069 Add support for setting the direction in RTL. (#3192) 2019-10-07 17:28:18 -07:00
Rachel Fenichel
a5f19a5660 Merge pull request #3187 from rachel-fenichel/todos
Clean up todos.
2019-10-07 15:08:04 -07:00
alschmiedt
101bf3d94f Fix capitalization (#3182) (#3189) 2019-10-07 14:37:36 -07:00
alschmiedt
a1b18368f2 Remove dead code from ast node (#3183) 2019-10-07 14:20:37 -07:00
zochris
fcfeb316e7 Make "Infinity" case-insensitive in number field (#3188) 2019-10-07 14:16:24 -07:00
Rachel Fenichel
9ce41598c0 Clean up todos. 2019-10-07 13:25:47 -07:00
alschmiedt
bc4cb542e8 Fix capitalization (#3182) 2019-10-07 13:05:49 -07:00
RoboErikG
663809297d Set correct defaults for Fields (#3179)
null was being converted to 0 by Number() when it should cause the
default value to be set instead. This updates FieldNumber and
FieldAngle to handle nulls correctly. Also update jsdoc.

Fixes #3177
2019-10-07 11:38:32 -07:00
Beka Westberg
51ff00b046 Re-added resizeBubble_ call. Fixed resizeBubble_ JSDoc. (#3173) 2019-10-07 11:10:24 -07:00
Beka Westberg
a08d9f2277 Re-added resizeBubble_ call. Fixed resizeBubble_ JSDoc. (#3173) 2019-10-07 11:08:45 -07:00
Sam El-Husseini
2ac4149d98 Misc compiler warnings. (#3172)
* Fix misc compiler warnings. Use ws.getToolbox() instead of ws.toolbox_
2019-10-07 11:06:56 -07:00
Rachel Fenichel
608ce7b93c Merge pull request #3133 from BeksOmega/fixes/ConnectionTracking
Connection Tracking Pt 3: Changed connections to use 'tracked_' property
2019-10-07 11:05:10 -07:00
translatewiki.net
ddd0cb5632 Localisation updates from https://translatewiki.net. 2019-10-07 19:41:12 +02:00
Beka Westberg
e09a7b8165 Renamed doNotCallTrackConnections_ to callTrackConnections. Flipped logic. Moved it to the constructor. 2019-10-05 12:28:25 -07:00
Sam El-Husseini
db33e821da Remove call to setText in playground (#3168)
* Remove last instance of setText
2019-10-04 15:57:35 -07:00
Rachel Fenichel
b342a12911 Merge pull request #3155 from rachel-fenichel/trashcan_visibility
Make trashcan setOpen package and update a few annotations.
2019-10-04 15:55:15 -07:00
Rachel Fenichel
a5377c1e08 Merge pull request #3154 from rachel-fenichel/disposal_cleanup
Get rid of unnecessary nulls in block dragger, insertion marker manag…
2019-10-04 15:53:42 -07:00
Rachel Fenichel
0484b6623b Merge pull request #3164 from samelhusseini/merge_master
Merge master into develop
2019-10-04 13:50:59 -07:00