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

Nicht verwendete Blöcke beim Kompilieren unberücksichtigt lassen #323

Open
verena-witte opened this issue Jul 17, 2024 · 3 comments
Open
Labels
Blockly Everything which is related to blocks

Comments

@verena-witte
Copy link

Aktuell kommt beim Kompilieren eine Fehlermeldung, wenn Blöcke in der Oberfläche sind, ohne in den Code integriert zu sein.
Kann man es umstellen, dass die Blöcke automatisch unberücksichtigt bleiben und das Kompilieren funktioniert? Oder eine automatische Erkennung, dass Blöcke in der Oberfläche rumschweben und dann ein Pop-Up kommt: "Lösche die Blöcke aus der Oberfläche, die du nicht für deinen Code benötigst."

@mariopesch mariopesch added the Blockly Everything which is related to blocks label Jul 17, 2024
@Thiemann96
Copy link
Contributor

Ich habe auf den ersten Blick nichts gefunden dazu @mariopesch hast du eine Idee ?

@Thiemann96
Copy link
Contributor

Wäre auch hilfreich, wenn man zb. das Board ändert, dass dann auch alle Blöcke die mit diesem Board nicht benutzt werden können gelöscht werden 🤔

@mariopesch
Copy link
Member

mariopesch commented Jul 18, 2024

@Thiemann96 you can simply do it by Blockly.Events.disableOrphans(event); ->

Blockly.Events.disableOrphans(event);

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

3 participants