Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 28, 2006, 09:50:09 pm

Title: The 28 January 2006 build is out.
Post by: killerbot on January 28, 2006, 09:50:09 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.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 for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 28 January 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_28jan2006_rev1891_win32.7z
  - Linux : not supported yet


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 28 January 2006 build is out.
Post by: Szabadember on January 29, 2006, 12:41:56 am
Editor window does not open  :shock:
Title: Re: The 28 January 2006 build is out.
Post by: Ceniza on January 29, 2006, 12:49:53 am
Editor window does not open  :shock:

Could you try removing your current configuration file or just changing its name and then restarting Code::Blocks again?
Title: Re: The 28 January 2006 build is out.
Post by: Szabadember on January 29, 2006, 11:15:22 am
Quote
Could you try removing your current configuration file or just changing its name and then restarting Code::Blocks again?

Removed, editor window opened...

Some other bugs:
I hope the attached report helps  :lol:

One more bug i found: the source code formatter messed up my code!(after changing formatting style)
I found this bug in an older build, is it already fixed?

[attachment deleted by admin]
Title: Re: The 28 January 2006 build is out.
Post by: Ceniza on January 29, 2006, 03:08:35 pm
Would you mind to explain AStyle's bug?
Title: Re: The 28 January 2006 build is out.
Post by: Szabadember on February 01, 2006, 12:10:31 am
After changing to another programming style ,it changed some parts of my codes(full lines diasappeared)

I pushed the plugins->source code formatter button a lot..

Push: plugins->source code a lot, change programming style, Push: plugins->source code, change programming style, Push: plugins->source code
Title: Re: The 28 January 2006 build is out.
Post by: Ceniza on February 01, 2006, 02:52:58 am
I just tried to replicate that bug and everything is still there.

I'm afraid if that's really happening it'd be AStyle's fault.

Code: cpp
++AStyle_bug_counter;
Title: Re: The 28 January 2006 build is out.
Post by: thomas on February 01, 2006, 08:53:29 am
I had it happen many times that AStyle completely screwed up a whole source file.

But whenever I was about to get anygry over this, I discovered that I had not closed a brace somewhere (or had made a similarly stupid error), so it was really my own fault ;)
Title: Re: The 28 January 2006 build is out.
Post by: Szabadember on February 01, 2006, 08:44:24 pm
I would suggest you to have a close look at AStyle :)