Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: bli8 on October 16, 2010, 09:44:33 pm

Title: code completion
Post by: bli8 on October 16, 2010, 09:44:33 pm
Hi.
How to add STL to code completion?

i'm using linux, code::block 10.05
Title: Re: code completion
Post by: Loaden on October 17, 2010, 06:00:28 am
In linux, you do not need add any search path.
Just create a project, and the code completion will works well. :)
Title: Re: code completion
Post by: Myzu on January 30, 2011, 03:03:53 pm
hi,
i don't have STL completion, i'm running archlinux x64.
I've tried both C::B 10.05 and svn but none works with code completion of STL.

Can anyone help me please ?
Title: Re: code completion
Post by: thadam on February 02, 2011, 03:13:23 pm
Hi,
I have the same problem, none works with code completion of STL. I donĀ“t now why...pls help! 
Title: Re: code completion
Post by: Myzu on February 05, 2011, 11:48:40 am
I found a solution. I don't know if it's the better one but it works...

I added /usr/include/c++/4.5.2 in the search directories (Settings > Compiler and Debugger > Search Directories tab).

I have the svn version of Code::Blocks (currently 6951)

Hope it'll help  :D