marisaleung
733d869f8e
Add VariableType checks.
2017-07-20 16:47:37 -07:00
Tom
c85106a920
Typo in a deprecated variable's value ( #1228 )
...
Misspelled variable name, should be Blockly.PROCEDURE_CATEGORY_NAME.
2017-07-18 11:23:29 -07:00
marisaleung
85c73cd501
Merge pull request #1223 from marisaleung/develop_phpPythonProceduresWorkspace
...
Fix code generation for procedures (PHP, Python).
2017-07-17 15:13:04 -07:00
marisaleung
47872b4ada
Fix code generation for procedures (PHP, Python).
2017-07-17 11:42:36 -07:00
Tony Lian
071798546c
Modify the colour_rgb function to match other languages ( #1210 )
...
There are two tests fail before modifying the color_rgb function because it behaves differently in Dart and in other languages. In Dart, this function takes parameters ranging from 0 to 1.0 while in other languages such as Lua the counterpart function takes parameters ranging from 0 to 100. Now I have modified it to let it behave the same as other languages.
2017-07-11 16:43:50 -07:00
Andrew n marshall
abcc9b82a1
Adding BlocklyDevTools.Analytics ( #1217 )
...
Adding BlocklyDevTools.Analytics, an interface for integrating an analytics
library to track basic usage, including:
* navigation.
* saving, importing, and exporting.
* warnings and errors.
2017-07-11 15:39:35 -07:00
marisaleung
ca2f0cacf4
Merge pull request #1213 from marisaleung/develop_modularizeRenameVariablePrompt
...
Modularize Rename Variable prompt and allow custom context menus for …
2017-07-07 15:16:24 -07:00
marisaleung
170b16706f
Modularize Rename Variable prompt and allow custom context menus for flyout.
2017-07-06 15:41:18 -07:00
Tim Dawborn
389a41eedb
Change the build process to be deterministic ( #1154 )
...
* Change the Blockly build process to be deterministic across machines.
* A couple more missed locations for deterministic ordering.
2017-07-05 14:21:10 -07:00
RoboErikG
1539941427
Fix issue with compression stripping dropdown options ( #1207 )
2017-06-30 15:48:20 -07:00
Sam El-Husseini
21b05d2a69
Only add a block in the flyout if it is not disabled ( #1204 )
...
* Only add a block in the flyout if it is not disabled
* PR feedback
* remove previous fix
2017-06-30 14:51:18 -07:00
Rachel Fenichel
de67108b17
Fix #1160 ( #1197 )
...
Fix "Connection UI Effect not playing on block connect"
2017-06-29 15:13:56 -07:00
marisaleung
8d0d5d8b46
Merge pull request #1196 from marisaleung/develop_FireCorrectChangeEventsForVariableDropdowns
...
Fire field variable change event with variable value, not name.
2017-06-29 11:25:17 -07:00
marisaleung
15d47840b1
Fire field variable change event with variable value, not name.
2017-06-29 11:24:25 -07:00
marisaleung
3a1da94027
Merge pull request #1194 from marisaleung/develop_dropdownCreateVariable
...
Dropdown Create does not create a missing variable twice.
2017-06-29 10:22:12 -07:00
marisaleung
3c8e0ebbeb
Dropdown Create does not create a missing variable twice.
2017-06-27 16:51:19 -07:00
marisaleung
63b8cee01e
Merge pull request #1191 from marisaleung/develop
...
Fix python and php procedures.
2017-06-26 15:50:38 -07:00
marisaleung
693bdbb10e
Fix python and php procedures.
2017-06-26 11:51:32 -07:00
marisaleung
997487568d
Merge pull request #1193 from marisaleung/develop_fixDropdownBug
...
Fix flyout dropdown bug.
2017-06-26 11:17:56 -07:00
marisaleung
fba60bf7a5
Fix flyout dropdown bug.
2017-06-26 10:41:17 -07:00
Rachel Fenichel
9053dbf9b4
Merge master to develop ( #1189 )
...
* Merge master into develop (#1063 )
- pick up translation changes
- clean up trailing spaces
* Rebuild for translations
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Cherrypick a fix for #1069 and rebuild (#1075 )
* Fix #1069 (#1073 )
* rebuild
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Rebuild compressed files
* Add some translatewiki annotations back into msg/messages.js
* Rebuild msg files
2017-06-23 16:54:59 -07:00
marisaleung
59e87e5a5c
Merge pull request #1187 from marisaleung/develop_moreTests
...
Revamping mostly gesture tests.
2017-06-23 10:40:20 -07:00
marisaleung
4a2c95fd1b
Revamping mostly gesture tests.
2017-06-22 16:56:28 -07:00
CoryDCode
ac5b322de5
Fixing the tree service so it doesn't treat unknown block deletion ( #1182 )
...
as an error, and turning off keypresses on the workspace when the
variable modals are open.
2017-06-22 14:44:02 -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
5d91051ec7
Merge pull request #1186 from marisaleung/develop_flyoutCLickBug
...
Bug fix: always open flyout fields are not editable.
2017-06-22 11:24:45 -07:00
marisaleung
95594bd070
Always open flyout fields are editable.
2017-06-22 10:59:12 -07:00
CoryDCode
d4bf02a451
Fixing variable dropdowns so they select the correct option. ( #1184 )
2017-06-21 19:05:36 -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
6869b68ba0
Merge pull request #1178 from marisaleung/refreshToolbox
...
Followup RefreshToolbox.
2017-06-20 13:55:43 -07:00
marisaleung
d937920afc
Remove out of date todo comments.
2017-06-20 13:15:28 -07:00
CoryDCode
668d220faa
Fixing an error with block messages and ordering. ( #1171 )
2017-06-20 12:55:27 -07:00
marisaleung
7b664d90e9
Followup RefreshToolbox.
2017-06-20 10:40:20 -07:00
marisaleung
d7e05a6f5c
Merge pull request #1177 from marisaleung/develop_fixworkspaceSvg
...
createVariable in workspaceSvg takes in id and type.
2017-06-19 17:11:37 -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
RoboErikG
df84c71c66
Convert more text blocks to JSON format ( #1163 )
...
* Convert more text blocks to JSON format
Converts text_charAt, text_indexOf, text_isEmpty, and text_length
to JSON.
Includes a rebuild to pick up message changes.
2017-06-12 10:36:36 -07:00
marisaleung
884703b057
Merge pull request #1166 from marisaleung/develop_FireVarEvents
...
Test Delete Variable Twice.
2017-06-09 16:54:34 -07:00
marisaleung
5b1a0ae284
Test Delete Variable Twice.
2017-06-09 16:32:16 -07:00
marisaleung
d8eb2fb4f4
Merge pull request #1165 from marisaleung/develop_checkForDeleteVariable
...
In DropdownCreate check for Msg.DELETE_VARIABLE.
2017-06-09 16:26:03 -07:00
marisaleung
d852a2b116
In DropdownCreate check for Msg.DELETE_VARIABLE.
2017-06-09 16:22:25 -07:00
marisaleung
bb3ebfa93e
Merge pull request #1164 from marisaleung/develop_checkVariableValuesUtilityFunction
...
Create utility function for checking variable values.
2017-06-09 15:36:48 -07:00
marisaleung
c58553b7ba
Create utility function for checking variable values.
2017-06-09 15:24:31 -07:00
marisaleung
e6c70df6f8
Merge pull request #1162 from marisaleung/develop_FireVarEvents
...
Fire VAR events and test.
2017-06-09 15:21:51 -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
5bd966b46a
Merge pull request #1151 from marisaleung/addBlockandVarEvents
...
Correctly named block events called.
2017-06-08 15:46:00 -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