[Flashcoders] Intellisense in Eclipse with ASDT plugin

2006-04-07 Thread Keith Salisbury
Hey, I know this has been asked before but i havent found a solution yet. What i would like to be able to do is type mx. press ctrl-space and have the list of packages available, etc. It seems to work for my own packages/classes in a particular project, but it cant see the core classes - this

Re: [Flashcoders] Intellisense in Eclipse with ASDT plugin

2006-04-07 Thread Chris Allen
Keith, It's an ASDT configuration thingy. ;-) You need to set the global Flash class path location in Window-Preferences-ActionStep 2 -Core Path. If you have Flash 8 make sure to point it to the FP8 or FP7 directory, not the classes directory like it was in Flash MX 2004. If you are pointing to

Re: [Flashcoders] Intellisense in Eclipse with ASDT plugin

2006-04-07 Thread Keith Salisbury
OK so i've fixed it now, woohooo!! here is what i did. My ASDT Core path now points to FP8. In the FP8 folder i have created a symbolic link (http://alax.info/blog/category/utilities/ntfs-links/) that points to mx, and copied the toplevel.as in there too. (could do the same for FP7 if