News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Function drop down list not appearing with external libraries

Started by yaustar, May 22, 2006, 07:28:21 PM

Previous topic - Next topic

yaustar

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.

Michael

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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

yaustar

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 -> .

Michael

Quote from: 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 -> .

Hello,

You might would like to give a look at here:

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

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]