Import ASDocs into FDT
Posted 26 August 2010 by Matan UbersteinImporting ASDocs into FDT is a great help, because at any point you can press F1 and the related ASDocs will open in your help panel. Unfortunately Adobe changed the way the supply their ASDoc with CS5, it now comes with Adobe Community Help (AIR app that updates/manages all Adobe products help files). With FDT4 M4 you can’t import these new help files from CS5, due to Adobe changes. I have file a feature request on FDT’s jira, please vote for it.
I really like this FDT feature, but I had to come up with a temporary solution to this problem.
1. Download the ASDocs
- AS3LCR – Sorry, had to dual pack it. So extract the ZIP and then extract the RAR somewhere on your computer.
2. Import/Update help in FDT
Go to Preferences -> FDT -> Tools -> Flash Help. Under the “Advanced Settings” section at the bottom click “browse…”. Path to where you extracted the AS3LCR folder and select it.
Click “Update Help” to start the updating process, it might take a while, but be patient it’s worth it. You’ll be prompted to restart FDT once the process is complete.
3. Try it out and have fun!
To use this all you need to do is; put your cursor on the class/keyword/function/property/whatever you’d like help with and press F1. Simple as that!
Here I’m viewing my ColourFilter class, it’s got a ColorMatrixFilter protected property, but I can’t remember what all the properties of the ColorMatrixFilter mean!!! What do I do??? Put my cursor on ColourMatrixFilter and press F1.
Now I can see the search results of help for ColorMatrixFilter (there might be more than one result, e.g. put your cursor on “class”, you’ll see keyword “class” and the class “Class”. hehe), now just click on what you want to see:
Great! Now you have the ASDocs where they matter most, quick and easy! Really useful for those everyday things a person forgets, in my case I always need to check what the parameter order is of Array splicing! I always forget!
Hope you’ve found this useful! If I’ve missed something important, please leave a comment!










Pingback: Tweets that mention Import ASDocs into FDT | Matan Uberstein | AS3 Blog -- Topsy.com
Pingback: FDT» Blog Archive » More Good Stuff
Pingback: Zeh Fernando » Blog Archive » Download the Flash Player ActionScript 3 reference files as a single zip
Pingback: How to add actual ASDocs to FDT | Doing as usual