An odd request

I don’t know if you guys have heard of TextMate for Mac, but I’m switching my workflow over to it right now. Everything’s moving along smoothly– I can compile with mxmlc and I’ve got a nice setup so that my Console app acts as the output panel for the trace() function– but the current “bundle” (that’s what they call it) for ActionScript 3 is somewhat lacking, and I’m working to improve it.

A TextMate bundle, for those who don’t know, is a complicated bunch of info about a programming language, plus some commands to help programmers write code in that language more conveniently. Bundles are created by generous people with lots of time on their hands, rather than the TextMate developer himself. Bundle makers need to describe in full detail the programming language for which they are providing functionality, and right now, the AS3 bundle is particularly geared toward Flex and not Flash. That’s my problem, long story short- I’m working to strengthen TextMate as a Flash development platform, and I need some help.

What exactly do I need?[LIST]
[]A list of all the properties of every class in the flash library, the fl library, and the top level objects
[
]A similar list of all the public methods of these classes
[/LIST]

And although I could make these lists myself, that would take a very very long time.

Does anyone know if these lists already exist? Perhaps they’re already written up for other AS3 editors? Any help would be appreciated. :slight_smile: