User forums > Nightly builds
The 25 august 2006 build is out.
jpaterso:
Ah this is wonderful :)
Code::Blocks is the only piece of software that I use that actually gets genuinely better nearly every day.
Thank heaps!
Joe :o
Indrekis:
Agree with above!!!
CB is developing/improving extreamly fast, and at least for me is one of key OpenSource projects. :D
I also want to say "many thanks" to all developers!
marfig:
Yup. It's proven. Code completion is the marketing heaven of IDEs :P
ahlongxp:
I've seen a lot of improvements these days.
I really appreciate the work.
but still one thing I don't understand about code-completion. What does the "follow global includes" really mean?
I guess it was used to parse the standard wx headers, so it will popup a code-completion list when I code,for example
--- Code: ---wxString somestr;
somestr.
--- End code ---
with all the member functions of wxString. This would be greatly useful.
do I misunderstand sth?
mandrav:
--- Quote from: ahlongxp on August 26, 2006, 05:55:16 am ---but still one thing I don't understand about code-completion. What does the "follow global includes" really mean?
I guess it was used to parse the standard wx headers, so it will popup a code-completion list when I code,for example
--- Code: ---wxString somestr;
somestr.
--- End code ---
with all the member functions of wxString. This would be greatly useful.
do I misunderstand sth?
--- End quote ---
Yes, that's it.
But under linux, there's a little gotcha (still):
For the parser to open and parse the #included files, it needs to find them (doh). Under windows, no problem. It checks the include dirs and searches inside them. But under linux we don't use include dirs for global includes. We usually use backticked expressions, like `wx-config --cflags` or `pkg-config --cflags gtk+-2.0`. The code-completion parser does not (yet) handle this.
This is going to be fixed though.
So either wait until this is fixed, or manually add the needed global dirs in the compiler include dirs option.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version