Add 'clean up blocks' command to workspace menu.

This commit is contained in:
Neil Fraser 2015-10-09 19:22:22 -07:00
parent a6ea38db4a
commit 879cacbb8d
62 changed files with 104 additions and 27 deletions
msg/js

View file

@ -10,6 +10,7 @@ Blockly.Msg.ADD_COMMENT = "Add Comment";
Blockly.Msg.AUTH = "Please authorize this app to enable your work to be saved and to allow it to be shared by you.";
Blockly.Msg.CHANGE_VALUE_TITLE = "Change value:";
Blockly.Msg.CHAT = "Chat with your collaborator by typing in this box!";
Blockly.Msg.CLEAN_UP = "Clean up Blocks";
Blockly.Msg.COLLAPSE_ALL = "Collapse Blocks";
Blockly.Msg.COLLAPSE_BLOCK = "Collapse Block";
Blockly.Msg.COLOUR_BLEND_COLOUR1 = "colour 1";