Joe Clinton

Results 68 comments of Joe Clinton

Another question is should this behaviour to not merge labels in the proceduresEditor be the only behaviour or should it be optional? (meaning I need to keep the current code...

My idea worked! > Personally, I don't see why the user would want to disable this. The labels will be merged automatically once the editor is closed. I agree, I...

I almost have the "insert after selected" feature done. Currently trying to find a way to account for both merging of labels that can take place before you add a...

> Would it be possible for the `%l` to show up for someone who doesn't have this addon enabled? No

I have decided to just make it so labels don't merge when adding new inputs or shifting inputs. I think this is a natural behaviour. It also means means you...

> Integrating that to work with paint-by-default would be a bit painful. I don't think anyone asked for 2 buttons, I would just make this a new addon that can...

Probably getting the wrong workplace when it calls: updateAllBlocks(vm, addon.tab.traps.getWorkspace(), ScratchBlocks);

I will begin implementing this addon today hopefully.

"a textbox that is auto filled with what it would have been renamed to without the addon", this doesn't make sense when uploading multiple files. I suggest no textbox and...

**Here's my research notes on how everything works:** 1. The relevant code for the renaming is: a. [vm.addCostume()](https://github.com/scratchfoundation/scratch-vm/blob/44d8d535414a70b77c1cab4aa4d2c47397d0180c/src/virtual-machine.js#L668) -> [target.addCostume()](https://github.com/scratchfoundation/scratch-vm/blob/develop/src/sprites/rendered-target.js#L458) ->[sprite.addCostumeAt()](https://github.com/scratchfoundation/scratch-vm/blob/develop/src/sprites/sprite.js#L85) and [target.addSound()](https://github.com/scratchfoundation/scratch-vm/blob/44d8d535414a70b77c1cab4aa4d2c47397d0180c/src/sprites/rendered-target.js#L527) b. this occurs at the VM level....