Can anyone else confirm this is happening to them too in Flash Pro 5.5 IDE:

I have this script path to an XML attribute:

Actionscript Code:
txtTITLE.text = xmldata.whatsnew.@Title;

Click Autoformat button.
It becomes this:

Actionscript Code:
txtTITLE.text = xmldata.whatsnew. @ Title;

That breaks the script.


Also, I have issues with spaces not being added around operators even though I have that set in my preferences. I have access to Adobe's bug system but Flash is not listed, so I can't report the bug. Even their general website "Request a feature/Report a bug" form does not list Flash Pro under the list of apps.