News:

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

Main Menu

The 06 June 2006 build is out.

Started by killerbot, June 06, 2006, 07:44:12 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

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:


  • wxSmith:
    * Project files updated to keep wxSmith configuration inside .cbp files
    * Added unicode flag to wizard
    * Fixed some bugs in wizard
  • fix line numbering bug (caused by patch 1074 ) : when editor was modified, it would switch on the line numbering although it was set to be hidden

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)


Tjaalie

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.

Szabadember

QuoteFinaly 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:

orefa

Thanks for the reminder. I shall sacrifice a goat and a black cat before installing.

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

:lol:

tretton

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

orefa

Quote from: 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?

Yes, I can confirm this behaviour under Windows 2000 SP4 as well.

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

orefa

Quote from: thomas on June 07, 2006, 12:23:47 AM
It is a known feature of wxAUI.

Of course, a feature. LOL! You are very diplomatic Thomas.

tretton

Quote from: thomas on June 07, 2006, 12:23:47 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!

sethjackson

Quote from: tretton on June 08, 2006, 12:22:03 AM
Quote from: thomas on June 07, 2006, 12:23:47 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. :)

yan

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.

byo

#11
Quote from: 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.

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]