Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 07, 2006, 07:20:32 pm

Title: The 07 July 2006 build is out.
Post by: killerbot on July 07, 2006, 07:20:32 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_wx2.6.3p2.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 (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 07 July 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060707_rev2712_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060707_rev2712_Ubuntu6.06.deb (not this time)
         http://download.berlios.de/codeblocks/CB_20060707_rev2712_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 07 July 2006 build is out.
Post by: Pecan on July 07, 2006, 07:39:30 pm
For those using personal keyboard shortcuts plugin (cbKeyBinder):

The menu structure has changed so much that you should exit Codeblocks,
delete the file named cbKeybinder*.ini, restart CodeBlocks, then redefine your personal keys.

The file is in:

./codeblocks for linux/mac users.

\Documents and Settings\<userName>\Application Data\codeblocks\
for windows users.
Title: Re: The 07 July 2006 build is out.
Post by: vesselin_peev on July 07, 2006, 08:08:50 pm
I attempted to create a dialog and a panel through the wxSmith menu, but I got:

"XRC resource 'wxsNewWindowDlg' (class 'wxDialog') not found!"

and CodeBlocks freezes afterwards.

This worked fine with the previous build.
Title: Re: The 07 July 2006 build is out.
Post by: Phoenix on July 07, 2006, 09:22:14 pm
Can anyone explain why I'm getting "Too many clients for /codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z" message?
Title: Re: The 07 July 2006 build is out.
Post by: mandrav on July 07, 2006, 09:31:55 pm
Can anyone explain why I'm getting "Too many clients for /codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z" message?

Yes, too much traffic. Try again in a while...
Title: Re: The 07 July 2006 build is out.
Post by: thomas on July 07, 2006, 09:36:06 pm
That's because some people still use download accelerators that spawn 10 threads... :)
Title: Re: The 07 July 2006 build is out.
Post by: sergi on July 07, 2006, 09:48:40 pm
Hi, guys. One note about the UI...
Wouldn't it be better to use Alt+Left and Alt+Right keys to switch open documents?
Thanks!
Title: Re: The 07 July 2006 build is out.
Post by: TDragon on July 08, 2006, 02:18:20 am
Hi, guys. One note about the UI...
Wouldn't it be better to use Alt+Left and Alt+Right keys to switch open documents?
Thanks!

What multiple-document software do you hail from? Ctrl+Tab is the de-facto standard. Nevertheless, I believe the KeyBinder contrib plugin might allow you to change things like that, although I've never used it myself.
Title: Re: The 07 July 2006 build is out.
Post by: sergi on July 08, 2006, 02:22:18 am
From Java NetBeans :lol:. Just wanted it to behave similar.
Title: Re: The 07 July 2006 build is out.
Post by: lfm on July 08, 2006, 03:06:07 am
C::B crash when click "Settings-->Editor ", WinXP, rev2712

[attachment deleted by admin]
Title: Re: The 07 July 2006 build is out.
Post by: Ceniza on July 08, 2006, 03:29:01 am
I can confirm it.

Filename: wxssettingsdlg.cpp
Line: 52
Reason: DragAssistType is NULL.
Title: Re: The 07 July 2006 build is out.
Post by: tsm on July 08, 2006, 04:28:35 am
Can anyone explain why I'm getting "Too many clients for /codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z" message?

Yes, too much traffic. Try again in a while...

Or use the mirror: http://download2.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z
Title: Re: The 07 July 2006 build is out.
Post by: lfm on July 08, 2006, 05:36:16 am
A error occured when click "Settings-->Enviroments", error message: "XRC resource 'dlgEnvVars' (class 'wxPanel') not found!"
using rev2712.
Title: Re: The 07 July 2006 build is out.
Post by: oz on July 08, 2006, 07:17:53 am
A error occured when click "Settings-->Enviroments", error message: "XRC resource 'dlgEnvVars' (class 'wxPanel') not found!"
using rev2712.
same here

the left-top icon still pop up "new file"
Title: Re: The 07 July 2006 build is out.
Post by: Pecan on July 08, 2006, 03:04:40 pm
Hi, guys. One note about the UI...
Wouldn't it be better to use Alt+Left and Alt+Right keys to switch open documents?
Thanks!

What multiple-document software do you hail from? Ctrl+Tab is the de-facto standard. Nevertheless, I believe the KeyBinder contrib plugin might allow you to change things like that, although I've never used it myself.

Keybinder can only change/addto the menu items. There is no Ctrl+Tab key on the menu items. It must be hard coded in some wxAUI or tabbing module.
Title: Re: The 07 July 2006 build is out.
Post by: Zingam on July 08, 2006, 03:30:33 pm
What about an Ubuntu build some time?
Title: Re: The 07 July 2006 build is out.
Post by: MVP on July 08, 2006, 04:35:43 pm
There a way to make Code Blocks save the status of the + and - things to the right of the line numbers? It resets when I reopen code blocks.