Are you referring to getting tagging for the flash libraries, like
flash.events.*? Unfortunately they stopped shipping a builtins or headers file that SlickEdit would tag, back in Flash Player 8. Now all the symbols are contained in precompiled SWC files, which SlickEdit cannot tag yet
. We would need some kind of tool to extract the symbols from the SWC files, or support tagging SWC files (which is already on our feature tracker).
You should still get tagging for any user defined ActionScript classes in your project. Also, you can tag some of the libraries, such as
mx. All the source for this is under the
frameworks\projects\framework\src\mx directory of the 3.2.0 Flex SDK. To add these files to your ActionScript tag file, go to
Tools > Tag Files, select the as.vtg file under the
"ActionScript" Tag Files heading, and click the
Add Tree button at the bottom of the dialog. Then just browse to the mx directory and click
OK.
- Ryan