misterpah/Haxe-Studio

Removing semicolon after parenthesis on Mac restarts program

Closed this issue · 2 comments

Removing the semicolon at the end of "public function transition(arg1:flash.events.TimerEvent):void" with backspace or cut restarts the program to "New Project" menu.

This also occurs when writing a closing bracket, for example:

trace("hi")

causes the program to quit back to the start as soon as the closing bracket is typed.

This may be the same bug as issue #49 and related to the auto-complete feature somehow, I suspect.