// you’re reading...

Eclipse

MAX 2008: Sample content for Extending Flex Builder

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 a table viewer.  The source code is licensed under the MPL, and it’s a great example of how to use Flex Builder’s extensibility APIs to create new features. 

Also included is a tree viewed that will let you navigate the AST structure for files being editing in Flex Builder.  Let me know what you think, and I’ll try to answer any questions as they come up.  Hope to see lots of smiling, alert, awake faces at my 9:30 session tomorrow.

Discussion

6 comments for “MAX 2008: Sample content for Extending Flex Builder”

  1. Any chance of adding the presentation as well for download.

    Thanks
    Firdosh

    Posted by firdosh tangri | November 18, 2008, 1:33 pm
  2. Hi Firdosh-

    I’ll post my presentation after I give it tomorrow morning.

    -David

    Posted by david.z | November 18, 2008, 3:34 pm
  3. [...] Also, David posted the sample code for tomorrow’s talk. See his post here. [...]

    Posted by mikemo » News about tomorrow’s “Extending Flex Builder” talk | November 18, 2008, 6:12 pm
  4. Thanks David , much appreciated :)

    Posted by firdosh tangri | November 19, 2008, 6:13 am
  5. [...] Also, David posted the sample code for tomorrow’s talk. See his post here. [...]

    Posted by News about tomorrow’s “Extending Flex Builder” talk | Padub | January 17, 2009, 3:05 pm
  6. [...] Eclipse Plug Ins, 3rd Edition - Book - link link Extending Flex Builder by David Zuckerman and Mike Morearty - Video - link - example project [...]

    Posted by judah’s blog » Blog Archive » Extending Flex Builder - some resources | March 16, 2009, 11:25 pm

Post a comment