I'm just getting started with dev-c++ 4.9 beta and am very excited with the code completion and class browser features. i've had them work with local classes, but is there any way to make it do completion for source outside of the project. for example, I'm working on a wxWindows project and would like it to pop up method selections, etc. for the wxWindows code as well. is this possible? the problem is that you probably know the methods and properties of your own classes! you wrote them! what you probably don't know is the methods of classes *outside* your application. code completion can be an extremely powerful tool for exploring and learning new systems.