News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 03 august 2006 build is out.

Started by killerbot, August 03, 2006, 10:11:20 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://prdownload.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://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 03 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060803_rev2811_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060803_rev2811_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060803_rev2811_fc4+5.rpm


Resolved Fixed:


  • [ Patch #1177 ] Mac OS X some simple mac compile fixes (slightly adjusted including fix)
  • Implemented improved debugger evaluation tooltip window
  • Fixed bad memory addresses reported in debugger's MemoryDump window
  • Added missing #include
  • Forfeit input and error streams when aborting build
  • Fixed bug in template-code parsing for debugger tooltips
  • Fixed bug in function-signature parsing for debugger tooltips
  • Fixed broken linux build
  • Yet another autotools fix

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)


rjmyst3

Hi, I'm a long time listener, first time caller  :D.
Just wanted to say thank you for such a great app.

Especially the ubuntu .deb packages and all the recent work on the debugger.
Especially the debugger.
Especially the debugger.
Especially the debugger.
Especially the debugger.

THANKS!!!

:D
[url="http://wxformbuilder.org"]http://wxformbuilder.org[/url]

RJP Computing

Quote from: killerbot on August 03, 2006, 10:11:20 PM
  • Implemented improved debugger evaluation tooltip window
  • Fixed bad memory addresses reported in debugger's MemoryDump window
  • Fixed bug in template-code parsing for debugger tooltips
  • Fixed bug in function-signature parsing for debugger tooltips
Thanks for more debugger improvements.  :D

Can the dereferencing stuff be added to the watch window? That would make it really much easier.

Again Thanks!
- Ryan

Ubuntu/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, ATI Radeon 9600XT 256MB

Xaviou

QuoteRegressions/Confirmed/Annoying/Common bugs:
menu items with icon not correctly aligned (since wx263)

I'm surprised that no-one has already founded the solution : just add a 1 pixel height all transparent bitmap to all menu entries that don't have an icon. I've tried it : it works fine.
/* XPM */
static char *emptyicon_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 1 1 1",
"  c None",
/* pixels */
"                ",
};
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

BordRider

#4
debuggerific!  can't wait for arrays defined in the watch window, and arrays bigger than 200!

really though this program is excellent...as far as i can see there really is no alternative

Edit:  My last build was 06/22...and this version seems to be running ALOT faster.  Keen.

sethjackson

Quote from: Xaviou on August 04, 2006, 12:01:25 PM
QuoteRegressions/Confirmed/Annoying/Common bugs:
menu items with icon not correctly aligned (since wx263)

I'm surprised that no-one has already founded the solution : just add a 1 pixel height all transparent bitmap to all menu entries that don't have an icon. I've tried it : it works fine.
/* XPM */
static char *emptyicon_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 1 1 1",
"  c None",
/* pixels */
"                ",
};


I wonder why you have to do that for it to work corrrectly though?

Xaviou

Quote
I wonder why you have to do that for it to work corrrectly though?

It is not for it to work correctly. Just to have correctly aligned menus.
And it is not only for C::B, but for all wxWidgets applications based on version 2.6.3
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

sethjackson

Quote from: Xaviou on August 05, 2006, 12:28:30 PM
Quote
I wonder why you have to do that for it to work corrrectly though?

It is not for it to work correctly. Just to have correctly aligned menus.
And it is not only for C::B, but for all wxWidgets applications based on version 2.6.3

Well maybe I should rephrase the question. I wonder why you have to do this to have correctly aligned menus?
I wonder where the bug is in wx.......

Xaviou

Hum, sorry for my missunderstood  :? (english is not my native language)

It seems to be a wx2.6.3 bug. And it appears only on Ms Windows version.
Linux version does correclty align menuitems with or withou bitmaps
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

sethjackson

Quote from: Xaviou on August 05, 2006, 07:36:45 PM
Hum, sorry for my missunderstood  :? (english is not my native language)

It seems to be a wx2.6.3 bug. And it appears only on Ms Windows version.
Linux version does correclty align menuitems with or withou bitmaps

Hmm ok. Maybe I can find out why.......