Removing semicolon after parenthesis on Mac restarts program
Closed this issue · 2 comments
frankichiro commented
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.
danhett commented
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.
frankichiro commented
This may be the same bug as issue #49 and related to the auto-complete feature somehow, I suspect.