So the full documentation for Flex Builder extensibility is finally online. This also means the JavaDoc for Code Model is online as well. Code Model is the engine that drives the language-aware features in Flex Builder and Flash Catalyst. We’ve tried to make sure the published APIs stay well documented, and I’m constantly moving more functionality into [...]
I’ve put the sample code online for my presentation tomorrow. You can download the assets here The code is a nearly full implementation of a “new” feature in Flex Builder called “Find Usages.” It takes advantage of the search APIs to find all usages of any definition in a given file, and display then in [...]