Author Topic: Tagging for Flex ActionScript SDK  (Read 6179 times)

KenM

  • Community Member
  • Posts: 8
  • Hero Points: 0
Tagging for Flex ActionScript SDK
« on: March 19, 2009, 10:53:33 PM »
I just installed Core for Eclipse and working in a Flex Builder project.

How can I get tags for Adobe's Flex and Flash libraries?  I want to be able to use auto-complete with types like ByteArray.  Files opened with the Flex Builder editor will do so.

Thanks,
Ken

Red Alert

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Re: Tagging for Flex ActionScript SDK
« Reply #1 on: March 19, 2009, 11:45:08 PM »
I haven't worked with Flex Builder before, but there used to be global classes directory with Flash that had all the prototypes to the built-in classes.  You can build a global tag file from those, if they are part of Flex SDK.

KenM

  • Community Member
  • Posts: 8
  • Hero Points: 0
Re: Tagging for Flex ActionScript SDK
« Reply #2 on: March 20, 2009, 05:00:38 PM »
Can you explain the "global classes directory" and what it might have in it?  Is it a bunch of .as files?  ByteArray and the other things are contained in .swc libraries.