The Latest Words
Flash Builder 4.5 tip: easy method override
Here’s another trick I use quite often in Flash Builder 4.5. To be honest, this feature may have been in Flash Builder 4 and I just didn’t notice it, but I discovered it with Flash Builder 4.5 (and I’ve enhanced it with templates, which are definitely a FB 4.5 feature =). If you want to […]
» Keep reading Flash Builder 4.5 tip: easy method override
Flash Builder 4.5’s “Flash Builder” templates
I’ve written several articles about Flash Builder 4.5’s code templates feature. However, I got a question by email today that made me realize another aspect of templates that’s potentially confusing. Specifically, I was asked about the “Flash Builder” template category, and how to access those templates (since they don’t show up in the code hint […]
» Keep reading Flash Builder 4.5’s “Flash Builder” templates
Coding Productivity Features in Flash Builder 4.5 recording, notes, etc.
Yesterday I had the privilege of giving a session as part of Adobe Developer Week 2011, on the topic of “Coding Productivity Features in Flash Builder 4.5.” It’s pretty obvious from my recent posts that this is a topic that is important to me =). You can now view the session recording (requires Adobe ID). […]
» Keep reading Coding Productivity Features in Flash Builder 4.5 recording, notes, etc.
Notes from D-Flex “AIR SQLite for the real world”
Last week I presented to D-Flex (the Dallas Flex Users’ Group) on the topic of AIR SQLite for the real world. This is the description of the presentation: Almost any real application needs to store data, and usually that means using a relational database. In the real world, building an application that uses a database […]
» Keep reading Notes from D-Flex “AIR SQLite for the real world”
Flash Builder 4.5 tip: Supercharge your code hints and code completion
I was a C# programmer for a while and I have to admit, I was spoiled by Visual Studio. Some people don’t like lots of code assistance. I’m not one of those people. Since I moved to mostly ActionScript coding I’ve been hunting for an editor that comes close to the features Visual Studio has, […]
» Keep reading Flash Builder 4.5 tip: Supercharge your code hints and code completion
Flash Builder 4.5 Tip: Using “selection” templates
I’ve already written about how to use the code templates feature in Flash Builder 4.5. One less-obvious aspect of templates is that some templates behave differently if you have some characters or lines selected. For example, suppose you have one or more lines of code you’ve entered, and now you realize you want them to […]
» Keep reading Flash Builder 4.5 Tip: Using “selection” templates
Flash Builder 4.5 tip: Share code templates
Last fall when the Flash Builder “Burrito” beta was released at MAX, I shared several templates that I created. It’s easy to share templates with others, which is great for teams or just for helping others so they don’t have to re-invent the wheel. Templates (like other settings) are not persisted between workspaces by default, […]
» Keep reading Flash Builder 4.5 tip: Share code templates
Flash Builder 4.5 Tip: Customize templates and create your own
I’ve written about using templates in Flash Builder 4.5. However, chances are you’re going to want to edit some of the templates that come with Flash Builder 4.5, and create your own. Admittedly I’ve become a bit addicted to templates, so I have a rule for myself that once I need a particular block of […]
» Keep reading Flash Builder 4.5 Tip: Customize templates and create your own
Flash Builder 4.5 tip: Use code templates
One great feature in Flash Builder 4.5 is the Code Templates feature. I wrote about these a bit when the public beta came out last fall, but I wanted to share more about them. The templates (also known as “snippets”) feature allows you to define chunks of code that you use repeatedly. The templates show […]
» Keep reading Flash Builder 4.5 tip: Use code templates
Flash Builder 4.5 tip: Use Block Selection mode
One new feature in Flash Builder 4.5 that’s small but incredibly useful is the new block selection mode. (Sometimes known as multi-line selection mode.) This feature allows you to edit the same position in a block of lines at once. This is very useful when you’re copying and pasting a block of code and you […]
» Keep reading Flash Builder 4.5 tip: Use Block Selection mode

