Introduce a FieldSegment component for handling blocks with multiple fields.

This commit is contained in:
Sean Lip
2016-10-05 12:45:50 -07:00
parent bd4c6d096f
commit 8bd64948dd
7 changed files with 319 additions and 261 deletions

View File

@@ -49,7 +49,6 @@ Blockly.Msg.STATEMENT = 'statement';
Blockly.Msg.VALUE = 'value';
Blockly.Msg.BLOCK_OPTIONS = 'Block options: ';
Blockly.Msg.CURRENT_ARGUMENT_VALUE = 'Current argument value: ';
Blockly.Msg.BLOCK_MOVED_TO_MARKED_SPOT_MSB = 'Block moved to marked spot: ';
Blockly.Msg.COPIED_BLOCK_MSG = 'Copied: ';