IDE

TwitterFacebook
Get flash to fully experience Pearltrees
Many of you who build medium to large-sized Flex projects with Flex Builder know that you need to modify the memory settings of the JVM in FlexBuilder.ini. For example, my JVM settings in FlexBuilder.ini look like this: -Xms512m -Xmx1024m -XX:MaxPermSize=256m -XX:PermSize=64m http://stopcoding.wordpress.com/2009/09/29/how-jvm-settings-affect-the-flex-compiler-performance/

How JVM Settings Affect the Flex Compiler Performance « Stop Cod

Running Flex 4 SDK and FlashDevelop

Using only Flash IDE for ActionScript or AIR projects is almost never final choice for many developers. In fact, majority of developers use all kind of available tools. When team work is involved usable knowledge of these tools is a must and this is also a big plus in anyone's portfolio. Here is small intro how to introduce Flex 4 SDK + FlashDevelop workflow. http://flanture.blogspot.com/2010/04/running-flex-4-sdk-and-flashdevelop.html
http://oreilly.com/insideria/index.html About You have arrived at this page because InsideRIA is no longer an active website, as of January 31, 2011. While we're sad to see the change, we think you will find the resources and community here at oreilly.com helpful.

Intro to Flash Builder 4 Workflow - InsideRIA

http://www.tjdownes.com/post.cfm/my-favorite-eclipse-plugins-for-flex-development May 3 I wanted to create a quick list of Flex-specific plugins I find most helpful for my day-to-day Flex development. Mostly this serves as a reminder to me when I rebuild my IDE, but I thought others may find them useful too. FlexFormatter - This is probably the plugin I use the most. In addition to highly configurable code formatting, FlexFormatter also has some excellent tools to assist in generating ASDoc comments. Installation is easy, just download and drop the jar files into your Eclipse plugins folder, then restart Eclipse.

My Favorite Eclipse Plugins for Flex Development — TJ Downes