Gokula Krishna
01eccf449b
Prioritize recent key
2018-07-24 13:43:18 +08:00
Gokula Krishna
73340a06e5
Add backward compatibility support
2018-07-24 09:54:37 +08:00
Gokula Krishna
7d63b061bc
Match docs with code
2018-07-17 14:34:57 +08:00
Neil Fraser
0583bee502
Correct requires for goog.dom
2018-07-11 12:20:02 -07:00
Andrew n marshall
100d9f1a1c
Support %{..} in flyout_button ( #1927 ) ( #1929 )
...
Expand %{..} references in toolbox <button> and <label>
2018-06-18 11:45:36 -07:00
Neil Fraser
4cb4b42f8d
Use named properties on Msg.
2018-04-27 11:50:51 -07:00
Rachel Fenichel
100af3836d
Fix #1788
2018-04-16 16:42:18 -07:00
Rachel Fenichel
1dfb53b337
Fix comment
2018-04-13 13:39:28 -07:00
Rachel Fenichel
23666664fa
Fix context menus on blocks with variables
2018-04-12 16:56:07 -07:00
jandrewb
237a7d5590
Fix #1745
2018-03-29 19:46:16 -05:00
Neil Fraser
10dbf2cc6d
Random typos.
...
@rachel-fenichel LGTMs in person.
2018-02-21 17:47:01 -08:00
Rachel Fenichel
3b168f5370
Fix #1538
2018-01-26 15:20:19 -08:00
Rachel Fenichel
68ff863ea9
Fix indentation
2018-01-25 13:00:08 -08:00
Rachel Fenichel
794520e225
Add documentation
2018-01-24 17:17:31 -08:00
Rachel Fenichel
96e2d7d102
Fix #1559
2018-01-24 17:05:58 -08:00
Andrew n marshall
36993430e1
createVariable(..) => createVariableButtonHandler(..)
...
Clarifying the role of Blockly.Variables.createVariableButtonHandler(..).
Updating documentation a making sure it (and its deprecated previous name)
are properly exported.
2018-01-24 09:54:21 -08:00
Rachel Fenichel
e648f11e2d
Make another function public
2018-01-18 15:59:26 -08:00
Rachel Fenichel
5cd6a51197
Make some functions public
2018-01-18 15:35:59 -08:00
Rachel Fenichel
b593d44379
Make the potential variable map null when not needed
2018-01-12 14:51:02 -08:00
Rachel Fenichel
a30ad6ff3a
More code cleanup for review
2018-01-12 13:28:17 -08:00
Rachel Fenichel
80b397f532
Respond to more review comments
2018-01-10 17:27:43 -08:00
Rachel Fenichel
3d0567fe46
JS and Dart generator tests pass
2017-12-20 15:14:37 -08:00
Rachel Fenichel
77a47aee94
Fix html escaping and flyouts opening
2017-12-07 16:08:00 -08:00
Rachel Fenichel
cc6eeb8c68
Clean up TODOs and move potential variable map to the flyout workspace
2017-12-07 10:43:12 -08:00
Rachel Fenichel
0909af76e5
Fix missing events for variable creation
2017-12-06 16:41:17 -08:00
Rachel Fenichel
5169b2da18
Get rid of workspace.deleteVariable
2017-12-05 13:44:08 -08:00
Rachel Fenichel
e4844cd120
Move getOrCreateVariable to variables.js
2017-12-05 13:08:01 -08:00
Rachel Fenichel
6bb048d1bb
All tests pass
2017-12-04 14:29:16 -08:00
Rachel Fenichel
112fcccb31
Fix renaming
2017-11-30 17:12:39 -08:00
Rachel Fenichel
86e88aae92
Can now create a variable with the button in the flyout; drag a block with a variable out of the flyout; handle default variable names; and import and export variables
2017-11-30 16:30:58 -08:00
Rachel Fenichel
b870c3ccb9
Allow variables of different types to share the same name.
2017-11-30 13:16:16 -08:00
Rachel Fenichel
30716fbd78
switch to variabletype everywhere
2017-11-03 16:03:32 -07:00
Neil Fraser
63637a927a
Remove unnecessary restriction on variable names.
2017-11-01 12:08:53 -07:00
Neil Fraser
8779a8c3d9
Introduce minimap to style guide.
2017-10-24 14:06:29 -07:00
Neil Fraser
e100c66659
Linting.
2017-10-24 14:06:29 -07:00
Neil Fraser
4262b09002
Resolve 106 warnings.
2017-10-24 14:06:29 -07:00
Rachel Fenichel
b2492dec67
Escape variable names correctly when serializing to XML ( #1279 )
2017-08-18 11:18:49 -07:00
marisaleung
234c53157f
Fix Blockly.Procedures.isNameUsed return values.
...
Add tests for Procedures.isNameUsed() so this bug never happens again.
2017-07-28 12:02:14 -07:00
marisaleung
db2f9a2b09
Add opt_type to Blockly.Variables.CreateVariable.
2017-07-21 13:43:13 -07:00
marisaleung
733d869f8e
Add VariableType checks.
2017-07-20 16:47:37 -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
3b34038445
Add variable info to xml generated in variables.js
2017-05-19 17:07:12 -07:00
marisaleung
2bb258165a
Names are correctly fetched from VariableModels!
2017-05-09 08:50:11 -07:00
marisaleung
2b1fe1c4e3
Merge pull request #1071 from marisaleung/develop
...
VariableMap and functions added.
2017-05-03 13:20:05 -07:00
marisaleung
d903b5e86b
VariableMap and functions added.
2017-05-03 10:51:24 -07:00
Rachel Fenichel
507c13ed33
Fix #1069 ( #1073 )
2017-05-02 17:06:03 -07:00
Rachel Fenichel
4b75b6271b
Make it easier to read the code that creates the variable category in the tolbox
2017-03-02 13:55:25 -08:00
Andrew n marshall
e95991cba8
Adding @namespace annotations for JSDoc. ( #900 )
2017-02-01 09:10:35 -08:00
Rachel Fenichel
3742788557
annotation updates
2017-01-26 16:37:35 -08:00
Rachel Fenichel
4872a6ad7f
Enable custom flyout categories.
2017-01-23 17:21:48 -08:00