scratchfoundation / scratchfoundation/scratch-blocks
Add possibility to pull out a single block in a stack
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 1.6k
- Avg merge
- 4h 51m
- Merged PRs (30d)
- 12
Description
Expected Behavior
As a user I would like to be able to pull out a specific block in a code stack to make it easier to change my code. This should work as on MakeCode, where pressing ctrl/cmd allows you to drag out a single block.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the requested interaction with the linked MakeCode editor, focusing on how ctrl/cmd-dragging separates one block from a stack. Trace the existing block-dragging and stack-handling entry points in scratch-blocks; done means a user can pull out a single block with the modifier key without disrupting the remaining stack.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100