News:

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

Main Menu

The 16 february 2006 build is out.

Started by killerbot, February 16, 2006, 11:04:34 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 16 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060216_rev2016_win32.7z
  - Linux : not supported yet


Resolved Fixed:


  • Changed default encoding for opening files to system's default
  • Added "Clear" buttons in almost all lists in compiler options (directories, vars, etc). Patch #837
  • added support for basic GNU ARM compiler (adjusted patch : 1424406)

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)


jimshen

There is still a problem. I use chinese characters in my program. Those lines that contain chinese characters were deleted automatically when I used source code formatter (AStyle).

sethjackson

Quote from: jimshen on February 17, 2006, 01:49:09 AM
There is still a problem. I use chinese characters in my program. Those lines that contain chinese characters were deleted automatically when I used source code formatter (AStyle).

Maybe this is a AStyle problem not a C::B problem????

Conan Kudo

QuoteRegressions/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)

what does it mean by an error message box? file associations work fine for me...

jimshen

#4
Quote from: sethjackson on February 17, 2006, 01:51:43 AM
Maybe this is a AStyle problem not a C::B problem????

Not exactlly. I download AStyle from SourceForge (not CVS), and It works well. So I think that the problem is in plugin.

The attachment is c source file I used to test.



[attachment deleted by admin]

jayatk


killerbot

Quote from: Pharaoh Atem on February 17, 2006, 03:01:35 AM
QuoteRegressions/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)

what does it mean by an error message box? file associations work fine for me...

Sometimes, really sometimes, though sometimes it can be more then sometimes ;-) when you double click on a cbp registered file, a message box pops up saying the file could not be found, but in the end it does open in CB. It's very weird.

Conan Kudo

#7
That is strange.... Thankfully that has never happened to me...
What about the toolbar-images-not-changing-state thing, what does it mean by wx problem
If it is talking about hover over mouse and it does not change, well it changes.... Like it is supposed to...

takeshimiya

Quote from: Pharaoh Atem on February 17, 2006, 01:33:56 PM
That is strange.... Thankfully that has never happened to me...
What about the toolbar-images-not-changing-state thing, what does it mean by wx problem
If it is talking about hover over mouse and it does not change, well it changes.... Like it is supposed to...

No, it happens for example in the Stop button of the Debugger's toolbar. It is always red, where it should be grayed out when there is no debugging session. Sometimes happens for others buttons, like Search.
It only happens on Windows though.

Anyone with wx2.6.3RC1 checked if the bug it's still there?

Michael

Quote from: Takeshi Miya on February 17, 2006, 03:23:00 PM
It only happens on Windows though.

:(

Quote from: Takeshi Miya on February 17, 2006, 03:23:00 PM
Anyone with wx2.6.3RC1 checked if the bug it's still there?

The bug is still there :(. And there is another one too with toolbar (or it seems so). Look at here.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

mandrav

Quote from: Takeshi Miya on February 17, 2006, 03:23:00 PM
No, it happens for example in the Stop button of the Debugger's toolbar. It is always red, where it should be grayed out when there is no debugging session. Sometimes happens for others buttons, like Search.
It only happens on Windows though.

What's even more strange, is that the compiler's Stop button uses the exact same image file but it works just fine...
Be patient!
This bug will be fixed soon...

Michael

Quote from: mandrav on February 17, 2006, 03:32:47 PM
Quote from: Takeshi Miya on February 17, 2006, 03:23:00 PM
No, it happens for example in the Stop button of the Debugger's toolbar. It is always red, where it should be grayed out when there is no debugging session. Sometimes happens for others buttons, like Search.
It only happens on Windows though.

What's even more strange, is that the compiler's Stop button uses the exact same image file but it works just fine...

Yes, I have remarked the same thing. I just wonder why...

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

takeshimiya

#12
Quote from: Michael on February 17, 2006, 03:31:55 PM
The bug is still there :(. And there is another one too with toolbar (or it seems so).

That's probably wxAUI. Can you check it if it happens with wxAUI project example?
If yes, please notify the author here: http://www.kirix.com/en/community/forums/viewforum.php?f=15
If not, probably it's because the toolbars are XRC, and toolbars loaded from XRC could be buggy (hey, the XRC system is new in wxWidgets after all).