Author Topic: no code completion for libcurl  (Read 2718 times)

Offline cbuser2

  • Multiple posting newcomer
  • *
  • Posts: 33
no code completion for libcurl
« on: October 21, 2012, 09:00:27 am »
Hi all. On my Windows 7 machine, I have linked libcurl and have no problems compiling libcurl programs. However, the auto code completion is not working for libcurl keywords. Auto completion works fine for c keywords. On my linux machine, auto completion works fine for libcurl keywords. Both machines run CB 10.05. What do I need to do to fix the auto completion on the Windows machine?

Thanks in advance.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: no code completion for libcurl
« Reply #1 on: October 21, 2012, 12:14:36 pm »
What do I need to do to fix the auto completion on the Windows machine?
Try a nightly.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline cbuser2

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: no code completion for libcurl
« Reply #2 on: October 22, 2012, 01:23:00 am »
Thanks for the reply, Morten.

I booted up the computer this morning, and now code completion for libcurl magically works. :D I didn't do anything at all.

But there is an issue with it. For code that is typed at the bottom of the editor, the code completion box runs off the bottom of screen. Even scrolling to the bottom of the box leaves a lot of options off the screen. Is there a solution for this? Thank you.