Author Topic: Function drop down list not appearing with external libraries  (Read 4802 times)

Offline yaustar

  • Multiple posting newcomer
  • *
  • Posts: 20
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.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Function drop down list not appearing with external libraries
« Reply #1 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

Offline yaustar

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: Function drop down list not appearing with external libraries
« Reply #2 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 -> .

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Function drop down list not appearing with external libraries
« Reply #3 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