I’ve been experiencing a supposed fault with CS3’s autoformatting. It completely ignores my selected option of putting spaces around operators, and when assigning variables a class:
var theText = new TextField ();
it turns it into
var theText=new TextField ;
erasing the parenthesis… this is definitely not normal. When I delete the spaces that it creates, then autoformat it, it recreates the two spaces…
I’m very particular about keeping my code very clean and organized, so this is very frustrating.
Is anyone else experiencing this bug?