Maximouse

Results 348 comments of Maximouse

> If stage is on small stage mode, hide the "turbo mode" indicator (both the text and icon). Hiding the text is enough unless the muted icon is also visible:...

Another possible solution is to allow the stage header to overflow on the left side: ![image](https://github.com/ScratchAddons/ScratchAddons/assets/51849865/073b05ec-07a8-433b-b806-fb1693821648)

> > Another possible solution is to allow the stage header to overflow on the left side: > > @mxmou What's the CSS for that? ```css [class*="stage-header_stage-header-wrapper_"] { height: 2.75rem;...

> And then we could add either a scroll bar or arrow buttons for scrolling it. A scrollbar would be simpler, especially because the category menu is already scrollable in...

I'd like to be able to control what is shown in which type of tooltip in more detail than the themes allow. I think a separate setting for each type...

> Is this still under development? It's not finished and the original author is no longer working on it.

> oh btw, the copy and paste function from the current state of dev tools has a bug where this isn't undone in one group either. I guess I should...

The bug isn't new - I can repro on [this random commit from a few years ago](https://github.com/ScratchAddons/ScratchAddons/commit/621824028eab397634ec7a9326e57ab8e31ee418).

> > The bug isn't new - I can repro on [this random commit from a few years ago](https://github.com/ScratchAddons/ScratchAddons/commit/621824028eab397634ec7a9326e57ab8e31ee418). > > There's no way undos have required two ctrl-z's for...

The devtools addon will need more changes to make it work on modern Blockly anyway, so it doesn't really matter if this PR breaks something there.