hedy icon indicating copy to clipboard operation
hedy copied to clipboard

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the He...

Results 378 hedy issues
Sort by recently updated
recently updated
newest added

Currently, we highlight a full line, but sometimes we have more information about the location in the line, would be nice to use that but of course that requires changing...

Whenever an error occurs in someones code, the cursor could jump to the error. This will only/mainly work when there's only one mistake in the code. With this, it will...

**Idea incl level** The confetti at the moment is being shown whenever a user successfully runs their Hedy code. It might be even a better idea, to only make the...

**Describe the bug** Sometimes the error messages do not contain a character, for example: ![image](https://user-images.githubusercontent.com/1003685/140752858-71a5b7fd-1898-4fb4-aa4b-63f20785ea45.png) **Paste the Hedy code & level** level 2: ``` keuzes is steen, schaar, papier print...

This is what you get in the current version: ![image](https://user-images.githubusercontent.com/1003685/139072876-2db44df5-a99c-432f-b376-afa8109518f4.png) That clearly is not what we'd want, maybe we can solve this with [Confusables](https://pypi.org/project/confusables/) like we plan for ` versus...

Since #1085 we give better error messages for backticks (#721): ![image](https://user-images.githubusercontent.com/1003685/138866124-e74e74d5-a752-4123-9af1-c6910d927f98.png) But, now we do not give a more specialised warning, something like: You enclosed the string in ` instead...

**Describe the bug** When you want to use comments in indented code section it is not allowed. Compiler gives a weird message. **Paste the Hedy code & level** Levels tested...

**Description** Adds a new exception in level 4 to detect lonely quoted text. Like this: ![image](https://user-images.githubusercontent.com/45865185/196215185-2670e917-7034-4d64-94a2-37ba3ad04db5.png) **Fixes #3375** **How to test** I added a small test for this behavior. **Checklist**...

Translations update from [Hosted Weblate](https://hosted.weblate.org) for [Hedy/Adventures](https://hosted.weblate.org/projects/hedy/adventures/). It also includes following components: * [Hedy/client-messages](https://hosted.weblate.org/projects/hedy/client-messages/) * [Hedy/Commands](https://hosted.weblate.org/projects/hedy/commands/) * [Hedy/Texts](https://hosted.weblate.org/projects/hedy/web-texts/) * [Hedy/Webpages](https://hosted.weblate.org/projects/hedy/webpages/) * [Hedy/Parsons](https://hosted.weblate.org/projects/hedy/parsons/) * [Hedy/Achievements](https://hosted.weblate.org/projects/hedy/achievements/) * [Hedy/Tutorials](https://hosted.weblate.org/projects/hedy/tutorials/) * [Hedy/Quizzes](https://hosted.weblate.org/projects/hedy/quizzes/) * [Hedy/Keywords](https://hosted.weblate.org/projects/hedy/keywords/)...

**Idea incl level** Testing the quiz is quite a hassle, cause to preview you have to click through all the questions. Can we make a route (like `/quiz/1`) to navigate...

quiz