News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

no code completion for libcurl

Started by cbuser2, October 21, 2012, 09:00:27 AM

Previous topic - Next topic

cbuser2

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.

MortenMacFly

Quote from: cbuser2 on October 21, 2012, 09:00:27 AM
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

cbuser2

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.