Reputation: 3881
I am trying to add a project reference or swc to papervision in FlashDevelop but intellisense isn't picking it up. I've done it before but i forgot how.
Thanks.
Upvotes: 8
Views: 9000
Reputation: 27045
In the menus:
Project -> Properties -> Compiler Options -> SWC Libraries
(and then add the path or file to the list)
Upvotes: 8
Reputation: 16085
Add your swc to the lib folder of your project. Then right-click it and mark "Add To Library".
Upvotes: 26