Flex Builder Protip: Import missing imports 20 days ago Read More
Let’s say you’ve just pasted in a snippet of code, or loaded a file that is missing imports. When you compile, you get errors and you’re stuck importing each definition by hand. Flex Builder prov...
Flex Builder Protip: Jump to matching braces 28 days ago Read More
A feature forever undocumented in Flex Builder is the ability to jump directly to matching braces. To use it, simply place your cursor to the left on an { or the right of an } and press Ctrl/Cmd+s...
Listen to me rant about ActionScript, part 2 30 days ago Read More
So we all know people build some amazing things using Actionscript: it’s a flexible language that provides some syntactic sugar to make developer’s lives easier. That sugar, however, gives me, umm,...
Listen to me rant about ActionScript, part 1 34 days ago Read More
So I’ve been working on a new feature for Flex Builder (Gumbo), and like always I can’t really tell you what it is yet. But, I can say it’s support for a new language feature in Actionscript that ...