-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Hollow Man edited this page Feb 28, 2024
·
1 revision
New contributors, welcome to the @mit-app-inventor/blockly-plugin-workspace-multiselect wiki!
Google Blockly multi-select plugin was a project for Google Summer of Code 2022 by Songlin Jiang, check out this talk at Google Blockly Summit 2023 if you would like to learn more!
A possible to-do list is as follows:
- Use
IDragger
introduced in Blockly 11 for multi-select dragging (https://github.com/mit-cml/workspace-multiselect/issues/39) - Test the integration with other Blockly plugins, apply fixes whenever applicable (something to start with is https://groups.google.com/g/blockly/c/MuL2Ln8SwDU)
- Fix the known transparent SVG issue related to DragSelect and Blockly (https://github.com/mit-cml/workspace-multiselect?tab=readme-ov-file#known-issues, also described in the talk)
- Possible performance improvement (dragging, connecting) if you find anything to improve.