Author Topic: The 06 June 2006 build is out.  (Read 12741 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 06 June 2006 build is out.
« 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:

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

« Last Edit: June 07, 2006, 07:32:05 am by killerbot »

Offline Tjaalie

  • Multiple posting newcomer
  • *
  • Posts: 40
Re: The 06 June 2006 build is out.
« Reply #1 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.

Offline Szabadember

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

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 06 June 2006 build is out.
« Reply #3 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

 :lol:

Offline tretton

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 06 June 2006 build is out.
« Reply #4 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

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 06 June 2006 build is out.
« Reply #5 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.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 06 June 2006 build is out.
« Reply #6 on: June 07, 2006, 12:23:47 am »
It is a known feature of wxAUI.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 06 June 2006 build is out.
« Reply #7 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.

Offline tretton

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 06 June 2006 build is out.
« Reply #8 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!

sethjackson

  • Guest
Re: The 06 June 2006 build is out.
« Reply #9 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. :)

yan

  • Guest
Re: The 06 June 2006 build is out.
« Reply #10 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.

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 06 June 2006 build is out.
« Reply #11 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]
« Last Edit: June 09, 2006, 11:47:57 pm by byo »