Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 14, 2006, 07:44:57 pm

Title: The 14 June 2006 build is out.
Post by: killerbot on June 14, 2006, 07:44:57 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://download.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://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 14 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060614_rev2565_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060614_rev2565_Ubuntu6.06.deb (not yet)
         http://download.berlios.de/codeblocks/CB_20060614_rev2565_fc4+5.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 14 June 2006 build is out.
Post by: walker on June 15, 2006, 07:05:15 am
the symbol view treats constructor initialization list as function. searched the forum, seems nobody reported this.

could you please fix this

also, an option to turn off the search box on the top of the symbol view, at least, adjust the height of the search box, which is alittle bit higher than it should be.
Title: Re: The 14 June 2006 build is out.
Post by: manmach on June 15, 2006, 07:39:30 am
I was still on build 2477 and tried to upgrade to this build, but it seems my symbol browser no longer works. It remains empty when I load projects that used to work with build 2477.

When I revert to build 2477, it works again.

What might I be doing wrong?
Title: Re: The 14 June 2006 build is out.
Post by: rathapolk on June 15, 2006, 07:49:58 pm
I changed shortcut keys. When I do right clicking at my project name in the workspace tree, the shortcut keys shown in the context menu are not changed.
Title: Re: The 14 June 2006 build is out.
Post by: royalbox on June 15, 2006, 08:13:25 pm
Just a small bug.

Source code formatter has a delay that wasn't there on previous builds.
Title: Re: The 14 June 2006 build is out.
Post by: Michael on June 15, 2006, 08:24:59 pm
I was still on build 2477 and tried to upgrade to this build, but it seems my symbol browser no longer works. It remains empty when I load projects that used to work with build 2477.

When I revert to build 2477, it works again.

What might I be doing wrong?

Hello,

I have checked both in Windows and in Linux and it seems to works fine with the latest SVN sources.

Does you have problems with a project created with the latest nightly build? Or just with a project created with rev2477?

Also check the options under Settings-->Editors-->Code-completion and symbols browser.

Best wishes,
Michael
Title: Re: The 14 June 2006 build is out.
Post by: Ceniza on June 15, 2006, 08:39:23 pm
Quote from: royalbox
Source code formatter has a delay that wasn't there on previous builds.

The code formatter was updated to use the latest version of AStyle recently (2 weeks ago IIRC), and a few hours ago it was updated again to use the June 9th release (version 1.18). The update required the old iterator to come back to life which could be the reason for the delay, but I'mn't 100% sure.

I'll have in mind.