Is this the right place to request an addition to blockly?
pwiecek
Posts: 21
Is this the right place to request an addition to blockly?
I would like to have a control block that allows multiple lines of code to be disabled/enabled with one click. I'm currently using:
[img][/img]
To disable the code, I simply disable the If. (You could achieve the same thing by changing the condition to "False" but that's not the way I choose to do it.)
I would like to have a control block that allows multiple lines of code to be disabled/enabled with one click. I'm currently using:
[img][/img]
To disable the code, I simply disable the If. (You could achieve the same thing by changing the condition to "False" but that's not the way I choose to do it.)
Comments
To clarify, what you're asking for is a shift-select with multiple disable, right? You'd like to disable chosen Terminal blocks but not all of them?
At present, you'd need to disable individual Terminal blocks or the entire IF-DO loop.
Ken Gracey
That is my current work around
Thanks
Like this:
While it's possible, I'm not sure how I feel about it. This one falls into a category of blocks that don't really have a code function, but do serve a purpose in helping you "visualize" or work with your blockly code. Another example is a "start" block - it doesn't do anything, but it marks the start of a program.
Worth discussing - let's see where this thread goes...
Others have thoughts on this?
Ken Gracey