News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 28 January 2006 build is out.

Started by killerbot, January 28, 2006, 09:50:09 PM

Previous topic - Next topic

killerbot

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:


  • Fixed a couple of memory leaks (includes patch #1417376)
  • Patch [1417259]: missing headers for Linux build

Regressions/Confirmed/Annoying/Common bugs:


  • DDE bug : clicking in windows explorer on a CB registered file throws an error message box
  • toolbar-images-not-changing-state (is a wx problem)


Szabadember

Editor window does not open  :shock:

Ceniza

Quote from: Szabadember on January 29, 2006, 12:41:56 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?

Szabadember

QuoteCould 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]

Ceniza

Would you mind to explain AStyle's bug?

Szabadember

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

Ceniza

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) Select
++AStyle_bug_counter;

thomas

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 ;)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Szabadember

I would suggest you to have a close look at AStyle :)