Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement Text Dropdown fields #637

Open
LilyMakesThings opened this issue Jun 24, 2023 · 0 comments · May be fixed by TurboWarp/scratch-vm#190 or TurboWarp/scratch-blocks#13
Open

Reimplement Text Dropdown fields #637

LilyMakesThings opened this issue Jun 24, 2023 · 0 comments · May be fixed by TurboWarp/scratch-vm#190 or TurboWarp/scratch-blocks#13

Comments

@LilyMakesThings
Copy link
Contributor

In Blockly, there's an unused field type that Scratch didn't work with called FieldTextDropdown that is reminiscent of the text dropdown fields from Scratch 2.0
image

It's possible to reimplement them into an extension (which is how I got the image), but not without ScratchBlocks being defined and a lot of goofy code, so it's no where near ideal or as resilient as it actually being incorporated.

It would be extremely useful if these were reimplemented, as I can think of countless examples where I would use this, including extensions I'm currently working on. One way I could imagine this being implemented is having a parameter alongside menus for "acceptStringInputs" that could be enabled if "acceptReporters" is also true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant