marisaleung
3c8e0ebbeb
Dropdown Create does not create a missing variable twice.
2017-06-27 16:51:19 -07:00
marisaleung
fba60bf7a5
Fix flyout dropdown bug.
2017-06-26 10:41:17 -07:00
marisaleung
11167ca28c
Merge pull request #1181 from marisaleung/develop_fixCheckBoxBug
...
Fix checkbox delete bug.
2017-06-22 14:41:48 -07:00
marisaleung
95594bd070
Always open flyout fields are editable.
2017-06-22 10:59:12 -07:00
marisaleung
7c71b9e7fc
Fix checkbox delete bug.
2017-06-20 15:13:10 -07:00
marisaleung
912712cbf5
Merge pull request #1180 from marisaleung/develop_removeTodos
...
Remove out of date todo comments.
2017-06-20 15:08:59 -07:00
marisaleung
d937920afc
Remove out of date todo comments.
2017-06-20 13:15:28 -07:00
marisaleung
7b664d90e9
Followup RefreshToolbox.
2017-06-20 10:40:20 -07:00
marisaleung
803681efa1
createVariable in workspaceSvg takes in id and type.
2017-06-19 17:06:07 -07:00
CoryDCode
1ee550aa24
Fixing the accessible variable stuff so it interacts correctly with ( #1170 )
...
variableMap.
2017-06-13 09:47:27 -07:00
marisaleung
d852a2b116
In DropdownCreate check for Msg.DELETE_VARIABLE.
2017-06-09 16:22:25 -07:00
marisaleung
833c2d0c40
Fire VAR events and test.
2017-06-09 14:42:14 -07:00
marisaleung
7b29eca8e7
Merge pull request #1150 from marisaleung/develop_varEvents
...
Add VAR events.
2017-06-08 15:54:29 -07:00
marisaleung
aff9c4867c
Correctly named block events called.
2017-06-08 15:44:43 -07:00
marisaleung
e9a480c51f
Add VAR events.
2017-06-08 15:15:17 -07:00
Rachel Fenichel
2d532225d3
Split flyout into flyout_base, flyout_horizontal, and flyou_vertical
...
* Rename flyout to flyout_base
* flyout_base minus horizontal and vertical code
* Add flyout_vertical and flyout_horizontal
* review fixes + toolbox and workspace use
* Fix hat block case
* rebuild uncompressed
* Fix travis problem
* Fix build problem
2017-06-08 13:36:11 -07:00
marisaleung
d6ea50b8b8
Merge pull request #1157 from marisaleung/wrapInTryCatch
...
Wrap Error in Try Finally Block.
2017-06-07 10:26:31 -07:00
marisaleung
7f873b12c4
Wrap Error in Try Finally Block.
2017-06-07 10:00:04 -07:00
marisaleung
7e18ddd218
Merge pull request #1156 from marisaleung/develop_accessiblebugfix
...
Field Variable setValue() looks up variable.
2017-06-06 15:31:05 -07:00
marisaleung
0040ff636c
Field Variable setValue() looks up variable.
2017-06-06 15:29:28 -07:00
CoryDCode
f48a68a9ef
Adding automatically-generated variable lists to the accessible toolbox. ( #1149 )
...
Fixing a bug with the core-only uncompressed file not finding its own directory.
2017-06-05 13:42:51 -07:00
marisaleung
ccf3ad1473
Add BLOCK events and constructor tests.
2017-06-01 12:38:38 -07:00
marisaleung
ca6fc462c4
Fix #1109
2017-05-26 17:25:23 -07:00
marisaleung
4c4cc7bb3b
Merge pull request #1135 from marisaleung/develop_deserialization_variables_at_top
...
Deserialization variables at top.
2017-05-26 14:52:20 -07:00
marisaleung
5415c899d7
Merge pull request #1124 from marisaleung/develop_appease_lint
...
Appease eslint: semicolons and such.
2017-05-26 14:30:40 -07:00
CoryDCode
e2ee3aa9c9
Setting up accessible Blockly for Closure compilation. ( #1134 )
...
Moving closure compilation into the build file.
Fixing up goog.requires for accessible blockly. Adding accessible to the build script.
2017-05-26 10:43:02 -07:00
marisaleung
f7f664063b
Deserialization variables at top.
2017-05-25 14:03:37 -07:00
marisaleung
a6f85cec53
Appease eslint: semicolons and such.
2017-05-25 13:44:06 -07:00
Rachel Fenichel
c0b906f4b6
Create grid object ( #1131 )
...
* Create grid object
* Doc
* Units! Thanks @RoboErikG
2017-05-24 16:14:24 -07:00
marisaleung
bebbf8fd39
Merge pull request #1130 from marisaleung/develop_deserialization_variables_at_top
...
Develop deserialization variables at top
2017-05-24 15:35:30 -07:00
marisaleung
dc06872a37
Deserialization variables at top.
2017-05-24 15:29:46 -07:00
Rachel Fenichel
71066faff6
Move blockSvg.getHeightWidth to block_render_svg.js ( #1118 )
2017-05-24 13:38:46 -07:00
marisaleung
3d1420ba5f
Merge pull request #1127 from marisaleung/develop_top_variables_dom
...
Include Variables at the top of dom.
2017-05-24 11:03:09 -07:00
marisaleung
ce4a84b3cf
Include variables at top of serialization.
2017-05-24 10:53:44 -07:00
marisaleung
b5ad5c6185
Merge pull request #1125 from marisaleung/develop_toolbox_uses_targetworkspace_variableMap
...
Make flyout get variables from target workspace's variableMap.
2017-05-24 10:39:50 -07:00
marisaleung
7603f9aa69
Require VariableModel in field_variable.js.
2017-05-23 13:36:24 -07:00
marisaleung
7d57143f75
Make flyout get variables from target workspace's variableMap.
2017-05-23 11:59:13 -07:00
marisaleung
67906939cd
Merge pull request #1117 from marisaleung/develop_updateVariablesXml
...
Add variable info to xml generated in variables.js
2017-05-23 11:40:02 -07:00
Rachel Fenichel
620a210106
Move audio code to a new file ( #1122 )
...
* move audio code to a new file
* dispose
* null check
2017-05-22 16:58:31 -07:00
marisaleung
3b34038445
Add variable info to xml generated in variables.js
2017-05-19 17:07:12 -07:00
Rachel Fenichel
104958e25f
Cleanup: semicolons, spacing, etc. ( #1116 )
2017-05-19 16:27:48 -07:00
Derek Brown
63fe91180b
Add image_onclick option ( #1080 )
2017-05-19 16:18:54 -07:00
Rachel Fenichel
d4694b49d3
Click events on shadow blocks have the correct id ( #1089 )
2017-05-19 16:16:01 -07:00
marisaleung
90eeaae8bf
Merge pull request #1112 from marisaleung/Add_type_and_id_info_to_xml
...
Add type and id info to xml
2017-05-19 15:49:02 -07:00
marisaleung
1cd8e1fcc1
Add type, id, and info to the generated xml.
...
Add xml tests for fieldToDom.
Update workspace tests to pass with new changes.
2017-05-19 15:47:39 -07:00
marisaleung
5fddba7545
Add VariableMap requirement to workspace.
2017-05-17 14:51:29 -07:00
marisaleung
8d5edb3e55
Merge pull request #1096 from marisaleung/develop
...
Assign variable UUID to field_variable dropdown.
2017-05-15 10:56:56 -07:00
marisaleung
6492f2988a
Assign variable UUID to field_variable dropdown.
2017-05-15 10:43:53 -07:00
picklesrus
48a5270072
Fix #1077 by adding a rule to cover the toolbox labels too. ( #1099 )
2017-05-12 11:29:52 -07:00
marisaleung
cc93e1c6e8
Merge pull request #1085 from marisaleung/develop
...
Names are correctly fetched from VariableModels.
2017-05-09 10:03:37 -07:00