Author Topic: code completion  (Read 5228 times)

bli8

  • Guest
code completion
« on: October 16, 2010, 09:44:33 pm »
Hi.
How to add STL to code completion?

i'm using linux, code::block 10.05

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: code completion
« Reply #1 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. :)

Offline Myzu

  • Single posting newcomer
  • *
  • Posts: 3
Re: code completion
« Reply #2 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 ?

thadam

  • Guest
Re: code completion
« Reply #3 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! 

Offline Myzu

  • Single posting newcomer
  • *
  • Posts: 3
Re: code completion
« Reply #4 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