Matthew Matz

Results 85 comments of Matthew Matz

Hi! Thanks for posting, the mechanism is already in place for the color-changing part of this, but we're still working on the part involving mechanisms for saving/storing user preferences. If...

This should be handled by a new simple-library function first, and it can then be brought out to the blocks. It could be: `char* pad_string(char* str, int size, char align);`...

This can be done, but it's going to require type checking to be done correctly across ALL blocks, and that's a pretty major task. Since this isn't a show-stopper -...

There are some methods in the newest version of the Blockly core that would help here immensely.

Issue #1678 is also affected by this.

Like this? ![image](https://user-images.githubusercontent.com/19737272/61615611-47310480-ac1b-11e9-8819-21d4448135a8.png)

No, mocked it up with the block factory...

Yeah...I wasn't sure what the best way to handle that one would be - but probably just reading a blank field as "don't create a name for this" would be...

Without testing, it's hard to know for sure, but yeah, its possible. One option it to have any init block detect if it's inside a function and generate code online...

Good question - I was originally envisioning per-user preferences. But, we could also support per-project preferences as well, and yes, I would imagine that they would clone over.