News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Which search paths does Code-completion use?

Started by Greatwolf, September 12, 2010, 03:32:25 AM

Previous topic - Next topic

Greatwolf

I'm kind of wondering for the standard include headers that come with the compiler where does this plugin search?
I'm finding the 'Find declaration of' is looking in the wrong files. Instead of looking in the include files of borland, it's giving me include files from MinGW. I have both of these compilers setup.

oBFusCATed

I think it asks gcc (executes gcc with special options)  for its paths
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Greatwolf

So how can I correct this so it looks in and parses the correct files?

oBFusCATed

You could try the cc_branch (codecompletion_refactoring) there is a nightly for windows.
If there the problem is not fixed, you could make a patch:)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Greatwolf

I'll give that a try when I get some time. Does that branch provide some kind of mechanism for specifying where to look for a given toolchain's stl library?

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]