pxt
pxt copied to clipboard
Line break in blocks
At some point I was making custom blocks and couldn't get the result I wanted.
Is it possible to make a block with a bunch of parameters, in which, for example, there will be 2 parameters on one line, 3 on the second, and 2 on the last, or something else. I tried it in playground and it turns out only one parameter per line.
Then I had a thought that in makecode this is a bug and the symbol that should split/break to a new line does not work as in Google Blockly. Is it true that this is a bug?
A transfer that would be placed manually would allow for optimization of block sizes.