Hmm, SVN was a red herring... I was also playing with Scout recently. By removing the telemetry switch in the Project > Properties > Flex Compiler argument, all Preferences are respected. I observe:
The following causes Flash Builder 4.7 to behave as expected: -services "/Volumes/www.mycompany.com/myapp/WEB-INF/flex/services-config.xml" -locale en_US The following Flex Compiler arguments cause almost all Flash Builder Preferences to be ignored (note: I've included a clean after making changes): -services "/Volumes/www.mycompany.com/myapp/WEB-INF/flex/services-config.xml" -locale en_US -advanced-telemetry -services "/Volumes/www.mycompany.com/myapp/WEB-INF/flex/services-config.xml" -locale en_US -advanced-telemetry=true -services "/Volumes/www.mycompany.com/myapp/WEB-INF/flex/services-config.xml" -locale en_US -advanced-telemetry=false -advanced-telemetry -services "/Volumes/www.mycompany.com/myapp/WEB-INF/flex/services-config.xml" -locale en_US Any one experience this before? ----- Original Message ----- From: modjkl...@comcast.net To: users@flex.apache.org Sent: Monday, October 7, 2013 6:24:52 PM Subject: Re: Upgrading to SDK 4.10 and FB 4.7 It's not working for any class (my own or AS3 like String). The text colors work (e.g. comments are in green text). And when I place the cursor on a line, the background for that line turns light blue. And Ctrl-Space still works, but that is about all that is working from the Preferences > General tab. Interestingly, I have two projects in the workspace. One big one that is linked to SVN, and one small one to test very small snippets of code that is not linked to SVN. The big project behaves as above, but when I close it and open the smaller project, everything behaves fine. Also, the big project behaved normal before installing Subclipse and linking to SVN. ----- Original Message ----- From: "Justin Mclean" <jus...@classsoftware.com> To: users@flex.apache.org Sent: Monday, October 7, 2013 6:12:39 PM Subject: Re: Upgrading to SDK 4.10 and FB 4.7 Hi, Is it working for non Flex related classes? What happens with your own class or a native type like String? Justin