DNin01

Results 379 comments of DNin01

> > > I think the reason for shrinking the workspace is so blocks don't accidentally get deleted when they're dragged but still overlap the palette. > > > >...

Could we see a screenshot, maybe?

> Can you merge the tabs into the top bar like this? IMO, it makes it look cleaner but also wrong… Maybe it has to do with how important the...

> > Cog is universally recognised symbol for settings. Revert. > > Yes, but it is not settings. it's full-screen addons page 👍 and 👎 Yeah, I don't really know...

Or what if there were two "paint" buttons on the add menu, one for creating a new vector costume and one for creating a new bitmap costume?

The previously used or most relevant format could also be remembered for the next costume you paint. For example, if the last costume you were editing was a bitmap costume...

Kind of like this? https://github.com/ScratchAddons/ScratchAddons/assets/106490990/cc7e0414-eaa5-43af-93f7-d6ed58e53888

By the way, categories can be selected by dispatching a `mouseup` event on them. Here's the script I used in the demonstration: ```js document.querySelectorAll(".scratchCategoryMenuItem").forEach(elem => elem.addEventListener("mouseenter", () => elem.dispatchEvent(new MouseEvent("mouseup")))...

I wonder if this behavior could be a separate addon, so even if you don't use `hide-flyout`, you can still choose to select categories on hover! We could link them...

> How would we make this compatible with `columns`? If `hide-flyout` and `columns` are already compatible, it shouldn't be too hard. Are they?