A Snap! Mod Idea (Part 2)

How do I accept

I don't know. I'll go see what the guide says.

Oh. I got an email.

With your change to snap.html:


And it needs to be a ScrollFrameMorph with a FrameMorph with a TextMorph. And I suggest making it in objects.js, not snap.html.

Yeah, I can't figure it out.

I'll see if I can think of something.

Can you find where the code that puts the StageMorph on the screen is?

I'm working on getting lists and others cats visible

Ok. That's fine.

I've found IDE_Morph.prototype.createStage. I'll see if I can edit that.

Do you mean replit.com?

Now where is the code that says how many categories can fit in the category thing?

Lists seems to be by itself now, but how do I make it show up in the cat bar?

Edit: I made lists and other cats show up, and I made the cat bar the right size for 3 rows of cats!:
Screenshot (164)

Edit 2: Commits are going up higher than I thought they would in such a short period:

This branch is 31 commits ahead of jmoenig:master.

Woah, I never knew you were over 13(I can guess how old someone is by their behavior on the forums.). But I guess I was wrong because you have a GitHub account.

Oh. I just looked at the ToS, and yeah.

Wait a minute! I can make my deleted posts wiki posts‽

Interrobang. Look it up.

16 posts were split to a new topic: Typesetting dashes and related glyphs

I want to turn
[scratchblocks]
() + ()
() * ()
() max () :: operators reporter
() min () :: operators reporter
() - ()
() / ()
() ^ () :: operators reporter
() mod ()
[/scratchblocks]

into
[scratchblocks]
() [+ v] () @delInput @addInput :: operators reporter
() [* v] () @delInput @addInput :: operators reporter
() [max v] () @delInput @addInput :: operators reporter
() [min v] () @delInput @addInput :: operators reporter
() [- v] () :: operators reporter
() [/ v] () :: operators reporter
() [^ v] () :: operators reporter
() [mod v] () :: operators reporter
[/scratchblocks]
And I've made the middle input types, but I just can't figure out how to have the first input with an offset of 0 and the second with an offset of 1 in the "block migrations".

Yes, repl.it is now replit.com :wink: