Search code examples
flasheclipseactionscript-3fdt

Any way to stop warnings from showing in a specific package - FDT / Eclipse


I'm using FDT and Flash 10, and have just discovered Flixel, but when I import the source into my classes directory I get loads of errors and warnings.

I have fixed the errors, after reading this post, but I still have a lot of warnings left.

Is there any way to stop FDT from giving me warnings on a specific package? I guess Eclipse would have the same option?


Solution

  • You should create an own source folder for the flixel library and go to the Source tab in the FDT Build Path. There you can uncheck Generate Problems/Tasks for the flixel source folder.