Code::Blocks Forums

User forums => Help => Topic started by: yaustar on May 22, 2006, 07:28:21 pm

Title: Function drop down list not appearing with external libraries
Post by: yaustar on May 22, 2006, 07:28:21 pm
Not sure what it is technically called so couldn't search for it. I don't seem to get the dropdown box when I use variables or functions from external libraries (eg SDL) as shown in this screenshot:
http://www.codeblocks.org/img/screenshots/scr1.png

Is there a way to make it appear? Thanks.
Title: Re: Function drop down list not appearing with external libraries
Post by: Michael on May 22, 2006, 07:37:19 pm
Hello,

Which C::B revision?

Did you try to check the boxes under Settings-->Editor-->Code-completion and symbols browser-->Parser

(-->Follow LOCAL includes)
-->Follow GLOBAL includes
-->Parse preprocessor directives

Best wishes,
Michael
Title: Re: Function drop down list not appearing with external libraries
Post by: yaustar on May 23, 2006, 10:45:31 am
Nightly build May 9th 2006

Using the parser allows auto completion of the preprocesser types but none of the variables types such as SDL_Surface. I get the same problem when using the STL as well. A function box doesn't appear when I use . or -> .
Title: Re: Function drop down list not appearing with external libraries
Post by: Michael on May 23, 2006, 11:14:10 am
Nightly build May 9th 2006

Using the parser allows auto completion of the preprocesser types but none of the variables types such as SDL_Surface. I get the same problem when using the STL as well. A function box doesn't appear when I use . or -> .

Hello,

You might would like to give a look at here:

http://forums.codeblocks.org/index.php?topic=1699.msg12576#msg12576

Best wishes,
Michael