Eclipse Project Outline

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Eclipse Project Outline

Post by onion2k »

Anyone know a way to get Eclipse to ignore certain files when it's generating the list of constants, classes and functions for the project outline? It's annoying to have all the stuff from ADODB Lite, FPDF, Swift, etc in there when I know I won't ever need to use them.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Eclipse Project Outline

Post by Christopher »

When you create a project there is a section called PHP Include Path and I think there is another place to specify projects that this projects on which this depends. Maybe one of those would allow you to move those folders out of the project folder.
(#10850)
Post Reply