DIGG IT!
3
Comments
Published
Sunday, January 14, 2007
at
11:43 AM
.
In Flex Builder if you leave projects open, the incremental compiler will compile "Open Projects" in the background at start-up and save. I keep seeing developers complain of slow start-up/compilation of Flex Builder and 95% of the time they have 10+ projects open. Ahhhhhhhhhhh......Ted on Twitter - @AdobeTed
Ted on Adobe Groups
Ted on LinkedIn
Ted on Facebook
Ted at Adobe
Great advice!! I noticed this for the first time today, as I was working, I decided I didn't need all those test projects I had made, and closed them all, what a difference!
Thanks a lot!
FWIW, a future improvement to Flex Builder... in Windows you might consider using a FileWatcher class to watch all the source files for the many open projects. Then, on recompile, only recompile projects where you've been notified the source has changed (rather than, I assume, polling all the file date stamps).