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

[Blockly][Codegenerator] Prevent use of space in variable names #355

Open
mariopesch opened this issue Nov 5, 2024 · 0 comments
Open

[Blockly][Codegenerator] Prevent use of space in variable names #355

mariopesch opened this issue Nov 5, 2024 · 0 comments
Labels
Blockly Everything which is related to blocks

Comments

@mariopesch
Copy link
Member

Block description

You can create variables with a space in the name such as:
image

The result is a compiler error.

Expected block behaviour

Prevent the use of space in variable names. Either show an error during the creation process or automatically replace the space with an underscore.

@mariopesch mariopesch added the Blockly Everything which is related to blocks label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blockly Everything which is related to blocks
Projects
None yet
Development

No branches or pull requests

1 participant