Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 06, 2006, 07:44:12 pm

Title: The 06 June 2006 build is out.
Post by: killerbot on June 06, 2006, 07:44:12 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

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 06 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060606_rev2537_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060606_rev2537_Ubuntu6.06.deb (not yet)
         http://download.berlios.de/codeblocks/CB_20060606_rev2537_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 06 June 2006 build is out.
Post by: Tjaalie on June 06, 2006, 08:32:39 pm
Finaly the 6-6-6 build, I think it will crash and so take down the whole internet.
I think I will skip this one, just in case.
Title: Re: The 06 June 2006 build is out.
Post by: Szabadember on June 06, 2006, 09:35:58 pm
Quote
Finaly the 6-6-6 build, I think it will crash and so take down the whole internet.
I think I will skip this one, just in case.

Do you mean, that number 6 is the magical number of the devil?  :shock: :lol:
Title: Re: The 06 June 2006 build is out.
Post by: orefa on June 06, 2006, 10:15:37 pm
Thanks for the reminder. I shall sacrifice a goat and a black cat before installing.

http://en.wikipedia.org/wiki/The_Omen_666 (http://en.wikipedia.org/wiki/The_Omen_666)

 :lol:
Title: Re: The 06 June 2006 build is out.
Post by: tretton on June 07, 2006, 12:19:43 am
Is anyone else experiencing that the message pane doesn't remember its height? Every time I try to make the pane larger (by dragging the top border) it always resets to a default value after I press F2. Anyone?

I'm using the "auto-hide/show" feature, this nightly and WinXP Pro SP2.

Thanks!
-tretton
Title: Re: The 06 June 2006 build is out.
Post by: orefa on June 07, 2006, 12:23:18 am
Is anyone else experiencing that the message pane doesn't remember its height? Every time I try to make the pane larger (by dragging the top border) it always resets to a default value after I press F2. Anyone?

Yes, I can confirm this behaviour under Windows 2000 SP4 as well.
Title: Re: The 06 June 2006 build is out.
Post by: thomas on June 07, 2006, 12:23:47 am
It is a known feature of wxAUI.
Title: Re: The 06 June 2006 build is out.
Post by: orefa on June 07, 2006, 12:48:49 am
It is a known feature of wxAUI.

Of course, a feature. LOL! You are very diplomatic Thomas.
Title: Re: The 06 June 2006 build is out.
Post by: tretton on June 08, 2006, 12:22:03 am
It is a known feature of wxAUI.

Which in other words means that it's supposed to be that way and won't be "fixed"? I'm not trying to be rude, I just want to know. :D Thanks!
Title: Re: The 06 June 2006 build is out.
Post by: sethjackson on June 08, 2006, 03:21:05 am
It is a known feature of wxAUI.

Which in other words means that it's supposed to be that way and won't be "fixed"? I'm not trying to be rude, I just want to know. :D Thanks!

 :lol:

No it is a bug. I do not know when it will be fixed. :)
Title: Re: The 06 June 2006 build is out.
Post by: yan on June 08, 2006, 11:45:17 am
Please confirm a misfunction of wxSmith when creating resizable wxDialog.

In particular, I create a wxDialog, a wxBoxSizer and a wxButton and I set
wxRESIZE_BORDER (in wxDialog), wxEXPAND (in wxButton). When I preview
the result and resize the dialog, the button size is not adapted to the
new dialog size. This not happen with official RC1 version of C::B.

Y.
Title: Re: The 06 June 2006 build is out.
Post by: byo on June 09, 2006, 12:19:46 am
Please confirm a misfunction of wxSmith when creating resizable wxDialog.

In particular, I create a wxDialog, a wxBoxSizer and a wxButton and I set
wxRESIZE_BORDER (in wxDialog), wxEXPAND (in wxButton). When I preview
the result and resize the dialog, the button size is not adapted to the
new dialog size. This not happen with official RC1 version of C::B.

Y.

Confirmed.
But as far as I remember it happened when wxWidgets version changed. So it may have been caused by internal wxWidgets change. I'll try to fix that before RC3 release :)

[edit]Was my fault. Forgot to do event.Skip() in OnSize() event  :oops:. It's working now [/edit]