Editor curly racket crash bug [FIXED]

Step 1: make a project
Step 2: pick a blank line (I used inside the draw() function). Insert “{}” - I used the convenience key thing
Step 3: hit return to add a line between them
Step 4: profit! No, wait, that’s “crash to home screen”.

100% repeatable for me. Found this because my font stuff was randomly dumping me out whenever I edited a line that consisted solely of “}”.

Cheesy workaround: add " --" after the brackets. It looks like its the closing curly on the line alone that gives the editor indigestion.

This one has been fixed in 1.1.2 - so next update, as soon as it’s approved. It’s due to a stupid parsing error causing an exception.