simongregory / actionscript3-tmbundle

ActionScript 3 TextMate Bundle
http://blog.simongregory.com
MIT License
118 stars 46 forks source link

Generate Intrinsics #31

Open lazylady opened 12 years ago

lazylady commented 12 years ago

Hi Simon,

I've updated my forks for the as3-bundle-update/actionscript3 tmbundles with definitions for flash classes. To fully get this to work I need the intrinsic classes, have you by any chance already a script for this or know where I can find one before putting down lots of time on this?

Cheers,

Ted

simongregory commented 12 years ago

Hello Ted,

There's https://github.com/simongregory/actionscript3-bundle-generator.tmbundle which I was using to automatically generate language definitions, autocompletion lists, etc. It's been a long time since I've used it, but I think you just need to open the asdoc's index.html file in TM and then run one of the bundle commands from there. So if you use it on the latest flex sdk documentation it might generate what you need. That's a only a might, so good luck.

Cheers, Simon

lazylady commented 12 years ago

Thanks for answering Simon. It looks like you used to generate your stub files from having access to the actual flash/mx etc package .as-files (and not using the docs at all, they only update autocompletion for Classes and syntax coloring for TM?). Nowadays the only supplied lib from what I konw is the playerglobal.swc.

Edit2: Removed eariler proposal due to namespace collitions.