waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
358 stars 88 forks source link

Show locals in filtered block menu #1258

Open samuel-massinon opened 8 years ago

samuel-massinon commented 8 years ago

When I'm making a large waterbear script, if I need a value at the bottom of the page that I created at the top, I have to go to the top and drag the block all the down. It would be great if that process could be sped up.

When we click an empty slot and have the menu only contain blocks that can go there, we can include values that were created above, as long as they are in scope.

[edited for clarity --Dethe]

dethe commented 8 years ago

This should be much better if I can ever finish up #892, and then finish the Cut/Copy/Paste milestone. Then you will be able to select multiple blocks, copy them, paste them elsewhere. Is that what you had in mind?