duzc2dtw@gmail.com
da429688f8
space between if and (
2017-12-13 17:02:34 +08:00
duzc2dtw@gmail.com
26ea42c264
#1376
2017-12-09 20:41:43 +08:00
Tianwei Du
0ce3963648
Merge pull request #2 from google/develop
...
Develop
2017-12-09 20:30:39 +08:00
RoboErikG
0142aa0e94
Don't require flyouts to run Blockly ( #1502 )
...
* Don't require flyouts to run Blockly
There was a bug with Dynamic Variables that made them required for Blockly
to run. This adds checks so that the flyouts only get registered if they're
included. Also does a rebuild of core to pick up the fix.
* Also fix dependencies so dynamic vars don't get stripped
2017-12-08 14:18:09 -08:00
Tianwei Du
383f1d9bac
Develop ( #1501 )
...
Adds missing requires in core/extensions
2017-12-08 10:49:35 -08:00
RoboErikG
a83a625e3b
Rebuild core and fix indents in field_variable.js ( #1500 )
...
After the addition of dynamic variables blockly_uncompressed needed
to be rebuilt for the playground. Also fixes some leftover missing
indents.
2017-12-08 10:46:20 -08:00
duzc2dtw@gmail.com
0ee877b4bf
fix indent
2017-12-09 02:09:58 +08:00
duzc2dtw@gmail.com
f770b29491
fix #1173
2017-12-09 02:03:28 +08:00
Tianwei Du
63143d6eff
Merge pull request #1 from google/develop
...
Develop
2017-12-09 02:01:36 +08:00
Tianwei Du
492462e1d4
Develop ( #1481 )
...
* variables_dynamic
* make test , and i18n
* Issue #1470
* Blockly.Constants.VariablesDynamic.CUSTOM_CONTEXT_MENU_VARIABLE_MUTATION
to make sure setCheck before event trigger
* Update built files from develop.
* fix copyright ,quotes , comments , and optimize some flow.
* quotes,change UI , change category custom name
* single setter , remove mutator , colour typo , typed variables create button message
* undo the indent edits.
2017-12-08 08:53:24 -08:00
duzc2dtw@gmail.com
8022d7e24b
undo the indent edits.
2017-12-08 11:59:45 +08:00
Rachel Fenichel
404373e53a
Merge pull request #1496 from rachel-fenichel/bugfix/1467
...
Fix #1467
2017-12-07 15:06:37 -08:00
duzc2dtw@gmail.com
b642317b0f
single setter , remove mutator , colour typo , typed variables create button message
2017-12-07 15:40:28 +08:00
Rachel Fenichel
7ef19b6851
Fix #1467
2017-12-06 17:00:22 -08:00
duzc2dtw@gmail.com
a42c1bca74
quotes,change UI , change category custom name
2017-12-06 16:24:34 +08:00
duzc2dtw@gmail.com
cb380f9989
fix copyright ,quotes , comments , and optimize some flow.
2017-12-05 11:14:45 +08:00
Rachel Fenichel
1d78d7be45
Merge pull request #1483 from DubeySandeep/ScrollableDropdowns
...
Added scrollable functionality to dropdown menu
2017-12-04 10:39:43 -08:00
picklesrus
d1886572d0
Fix #1487 and only add the delete cursor if the block is not deletabl… ( #1491 )
...
* Fix #1487 and only add the delete cursor if the block is not deletable. Also add a grab cursor when it is not deletable so the cursor keeps the grab hand when over the toolbox. This changes the toolbox api slightly, but the methods it touches are @package so it should be okay.
2017-12-04 10:36:47 -08:00
Sandeep Dubey
2dd8c1f669
Made the changes asked by the reviewer
2017-12-03 02:40:11 +05:30
duzc2dtw@gmail.com
4ce03b4799
Update built files from develop.
2017-12-01 17:48:37 +08:00
Rachel Fenichel
a6603b462a
Merge pull request #1489 from rachel-fenichel/cleanup/field_to_dom
...
Blockly.Xml code cleanup : fields
2017-11-30 13:12:00 -08:00
Rachel Fenichel
222407c6ce
Extract code for domToField_
2017-11-30 12:08:01 -08:00
Rachel Fenichel
d73337ad73
Extract fieldToDom into its own function
2017-11-30 11:24:57 -08:00
duzc2dtw@gmail.com
fc985d3c9e
Blockly.Constants.VariablesDynamic.CUSTOM_CONTEXT_MENU_VARIABLE_MUTATION
...
to make sure setCheck before event trigger
2017-11-27 22:33:30 +08:00
duzc2dtw@gmail.com
03220b1fa5
Issue #1470
2017-11-26 09:54:50 +08:00
duzc2dtw@gmail.com
090d0ed7df
make test , and i18n
2017-11-25 01:22:14 +08:00
duzc2dtw@gmail.com
24a305db08
variables_dynamic
2017-11-25 00:55:59 +08:00
Rachel Fenichel
762e8d9c38
Merge pull request #1477 from kchadha/varcreate-bugfix
...
VarCreate bugfix
2017-11-22 12:56:31 -08:00
Karishma Chadha
143d95222c
Fixing type annotation.
2017-11-22 15:22:34 -05:00
Karishma Chadha
aae1b1bb74
Addressing PR comment. Moving functionality to get newly added variables into a helper function.
2017-11-22 14:51:11 -05:00
Karishma Chadha
ee142e92bb
Fixing comment style.
2017-11-22 13:43:25 -05:00
Karishma Chadha
c950225897
Minor refactoring
2017-11-22 13:37:30 -05:00
Karishma Chadha
71205de2ef
Target workspace is the one that carries the variables we want. VarCreate gets fired when a block with a new default variable is dragged out into the workspace.
2017-11-22 13:27:29 -05:00
Karishma Chadha
07d6624625
Fixing bug where VarCreate event does not fire when adding a block with pre-existing variables from the flyout into the workspace.
2017-11-22 12:50:00 -05:00
Neil Fraser
3a6d84e0c2
Fix alignment of language menu when RTL.
2017-11-21 17:32:43 -08:00
Rachel Fenichel
662757ab7d
Switch to parentNode for IE
2017-11-20 16:50:21 -08:00
Rachel Fenichel
b51b47fdbf
Merge pull request #1457 from rachel-fenichel/bugfix/force_rerender
...
Call forceRerender instead of setText
2017-11-17 15:45:21 -08:00
Rachel Fenichel
3b81eede3e
Call forceRerender instead of setText
2017-11-17 14:39:12 -08:00
Rachel Fenichel
6a2112641f
Merge pull request #1453 from microsoftsam/develop
...
Fix positioning of right aligned Flyout buttons when workspace is scaled
2017-11-16 10:39:56 -08:00
Sam El-Husseini
ee81be9595
Merge pull request #1 from microsoftsam/fixrtlbuttonscale
...
Fix positioning of right aligned Flyout buttons when workspace is scaled
2017-11-16 00:55:22 -08:00
Sam El-Husseini
ee7ad3dfef
Fix right aligned Flyout buttons when workspace is scaled
2017-11-16 00:53:07 -08:00
RoboErikG
bcedc130bb
Fix #1444 - broken mutator for text_charat ( #1451 )
...
* Fix #1444 - broken mutator for text_charat
There might no longer be an input named AT on a text_charat block
which the mutator had been depending on. There is now a boolean on
the block for isAt, though, so use that directly instead.
The
* Address comments
2017-11-15 12:21:07 -08:00
Neil Fraser
5707657569
Stop blocks from exploding.
...
Uncompiled a goog.math.Coordinate toStrings as a nice “(1, 2)”, but
complied it toStrings as a useless “[object Object]”. Fixes #1448 .
2017-11-14 15:44:09 -08:00
Andrew n marshall
aa78a8b566
Better error reporting when the test XML fails to load. ( #1443 )
2017-11-14 13:36:38 -08:00
Neil Fraser
eb796b71de
Prevent selection of toolbox categories.
2017-11-13 15:30:33 -08:00
Rachel Fenichel
383d133c1e
Merge pull request #1434 from google/lint
...
Enable eslint on Travis!
2017-11-10 16:34:18 -08:00
Rachel Fenichel
fec346548c
Merge pull request #1436 from rachel-fenichel/master_to_develop
...
Merge master->develop
2017-11-10 15:04:55 -08:00
Rachel Fenichel
078932a652
ignore more types of tests
2017-11-10 14:16:47 -08:00
Rachel Fenichel
f4b7a8851f
Eslint ignore svg-externs.js
2017-11-10 14:16:47 -08:00
Rachel Fenichel
75d0798e4a
Run eslint on travis
2017-11-10 14:16:47 -08:00