Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 25, 2006, 08:27:12 pm

Title: The 25 august 2006 build is out.
Post by: killerbot on August 25, 2006, 08:27:12 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 25 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060825_rev2900_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060825_rev2900_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060825_rev2900_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 25 august 2006 build is out.
Post by: sethjackson on August 25, 2006, 08:46:40 pm
Windows ANSI build is here (http://rapidshare.de/files/30741080/output.7z.html).
Title: Re: The 25 august 2006 build is out.
Post by: Outis on August 25, 2006, 09:08:15 pm
  • Handle special keyword "this" for code-completion
  • Removed "No matches" tooltip when code-completion contains no matches

Wonderful! Splendid! Thanks a lot for your efforts!  :D
Keep up the good work!
Title: Re: The 25 august 2006 build is out.
Post by: RJP Computing on August 25, 2006, 09:13:24 pm
Oh this is great!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Thank you. Thank you. Thank you.
Title: Re: The 25 august 2006 build is out.
Post by: Kazade on August 25, 2006, 10:46:35 pm
Can I just thank you for all your hard work! I first used Code::Blocks about a year ago, but then I switched back to VC++. Over the last 2 weeks I've been using Code::Blocks again (coz I use linux now) and now i've made the switch from KDevelop. I've been watching the nightly builds and I'm amazed at how quickly C::B is progressing!

Upgrading to tonights build now ;) (even though I only got yesterdays build an hour ago lol)

I'm recommending C::B to my workmates, and i've removed VC++ from my work machine. Good Work!

Luke.
Title: Re: The 25 august 2006 build is out.
Post by: jpaterso on August 26, 2006, 01:52:07 am
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
Title: Re: The 25 august 2006 build is out.
Post by: Indrekis on August 26, 2006, 02:38:12 am
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!
Title: Re: The 25 august 2006 build is out.
Post by: marfig on August 26, 2006, 05:44:11 am
Yup. It's proven. Code completion is the marketing heaven of IDEs  :P
Title: Re: The 25 august 2006 build is out.
Post by: ahlongxp on August 26, 2006, 05:55:16 am
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.
with all the member functions of wxString. This would be greatly useful.
do I misunderstand sth?
Title: Re: The 25 august 2006 build is out.
Post by: mandrav on August 26, 2006, 08:35:30 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.
with all the member functions of wxString. This would be greatly useful.
do I misunderstand sth?

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.
Title: Re: The 25 august 2006 build is out.
Post by: nzoltan on August 26, 2006, 10:54:37 am
The function arguments tooltip window can be multiline? The tooltip is often larger than the remain space on the screen.

[attachment deleted by admin]
Title: Re: The 25 august 2006 build is out.
Post by: Kazade on August 26, 2006, 01:04:50 pm
I'm experiencing a lot of crashes when I press CTRL+S to save, the file is saving so I'm not losing any work thankfully. Bug reports are being generated. The problem doesn't happen all the time so I'm having trouble reliably recreating it. I'm using last nights build on Kubuntu.
Title: Re: The 25 august 2006 build is out.
Post by: David Perfors on August 26, 2006, 02:47:47 pm
I had the same bug on Windows, until yesterday... (there was no RPT file generated)