-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Update to Blockly 13 #4069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mjgallag
wants to merge
32
commits into
mit-cml:master
Choose a base branch
from
mjgallag:update-to-blockly-13
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update to Blockly 13 #4069
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
6b4b3f2
Update to Blockly 12.5.1
mjgallag 74c4c45
Blockly 12 renamed setEnabled to setDisabledReason
mjgallag 045ed33
Blockly 12 dropped Ctrl shortcut key on Mac
mjgallag c210adc
Remove duplicate blockly[Non]EditableText CSS
mjgallag a9e692e
Remove duplicate blocklyScrollbarKnob CSS
mjgallag 24b37e7
Remove duplicate CSS
mjgallag 3d7105c
Remove unneeded setSelected(null) from tests
mjgallag 35775b3
Update to @blockly/plugin-scroll-options 7.0.8
mjgallag 21cb8f2
Update to @blockly/plugin-workspace-search 10.1.7
mjgallag 29a26b5
Update to @blockly/block-dynamic-connection 0.8.8
mjgallag 7a5c12a
Update to @blockly/field-colour 6.0.11
mjgallag b9b6de7
Update typeblocking to josmas-pr5-414bba9
mjgallag 2698ce0
Update block-lexical-variables to pr68-db9c159
mjgallag ac2f5f3
Update keyboard-navigation to 3.0.5
mjgallag e51a741
Update workspace-multiselect to pr133-f26447c
mjgallag 3cc7612
Show Blockly shortcuts from Help menu in Blocks editor
mjgallag b247f66
Blockly 12 expects hidden workspaces to be attached
mjgallag 05f4e67
Attach BlocklyPanel before initializing workspace
mjgallag 5d00908
Update to Blockly 13.2.1
mjgallag 2b1c340
Revert "Show Blockly shortcuts from Help menu in Blocks editor"
mjgallag c323c42
Remove @blockly/keyboard-navigation
mjgallag 8dbb02d
Update to @blockly/plugin-scroll-options 13.2.0
mjgallag 0c8fd21
Update to @blockly/plugin-workspace-search 13.2.0
mjgallag ad43c8d
Update to @blockly/block-dynamic-connection 13.2.0
mjgallag 1c27e25
Update to @blockly/field-colour 13.2.0
mjgallag 30c06b5
Update typeblocking to josmas-pr6-fd54c90
mjgallag 2b1cc35
Update block-lexical-variables to pr88-71ee694
mjgallag dabe4ad
Update @blockly/field-multilineinput to 13.2.0
mjgallag 5bad8e7
Update workspace-multiselect to pr154-e4e120e
mjgallag 0dc2093
Remap Blockly shortcut keys for Typeblocking
mjgallag c29d2b9
Preserve App Inventor Blockly sprite colors
mjgallag 367f7da
Move BlocksEditor workspace initialization to onLoad
mjgallag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I disagree with this change. Initializing the workspace is an implementation detail of the blocks editor class and it shouldn't be up to the caller to have to manually do it. In other branches where we've introduced block editors for other platforms we will need to remember to make this change when we merge upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ewpatton good point, fixed & deployed.