Author Topic: The 28 January 2006 build is out.  (Read 13081 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 28 January 2006 build is out.
« 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:

  • 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)


Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 28 January 2006 build is out.
« Reply #1 on: January 29, 2006, 12:41:56 am »
Editor window does not open  :shock:

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 28 January 2006 build is out.
« Reply #2 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?

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 28 January 2006 build is out.
« Reply #3 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]

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 28 January 2006 build is out.
« Reply #4 on: January 29, 2006, 03:08:35 pm »
Would you mind to explain AStyle's bug?

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 28 January 2006 build is out.
« Reply #5 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

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 28 January 2006 build is out.
« Reply #6 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;

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 28 January 2006 build is out.
« Reply #7 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 ;)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 28 January 2006 build is out.
« Reply #8 on: February 01, 2006, 08:44:24 pm »
I would suggest you to have a close look at AStyle :)