BlocklyProp - Comment out blocks
John Kauffman
Posts: 653
Is there a way in BlocklyProp to comment out a block(s)?
This would not be to add a Cnt/Com block, but rather temporarily cause non-execution of a few existing blocks while troubleshooting.
My best ideas so far for hacks:
1-put them in a loop that runs 0 times. But adding that requires several mouse steps of dragging out the post-comment blocks, etc.
2-pull them over into a function "commentedOutBlocks" that is never called.
This would not be to add a Cnt/Com block, but rather temporarily cause non-execution of a few existing blocks while troubleshooting.
My best ideas so far for hacks:
1-put them in a loop that runs 0 times. But adding that requires several mouse steps of dragging out the post-comment blocks, etc.
2-pull them over into a function "commentedOutBlocks" that is never called.
Comments
Will this work? If you right-click a block, the following menu appears. If you choose the disable block setting, it "grays" out and is disabled.
Is this what you are talking about? Give it a try - I believe that this is what you are looking for!