Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 07, 2007, 07:03:57 pm

Title: The 07 february 2007 build is out.
Post by: killerbot on February 07, 2007, 07:03:57 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://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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 07 February 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070207_rev3586_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070207_rev3586_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070207_rev3586_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070207_rev3586_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 07 february 2007 build is out.
Post by: indigo0086 on February 07, 2007, 09:23:02 pm
Nice symbol browser improvements (still one left I can think of), keep up the good work crew.
Title: Re: The 07 february 2007 build is out.
Post by: raph on February 07, 2007, 09:39:09 pm
  • Added auto-expand-namespaces option for symbols browser
What exactly do you mean by auto-spand-namespaces?
Title: Re: The 07 february 2007 build is out.
Post by: manianis on February 07, 2007, 09:41:29 pm
Nice symbol browser improvements (still one left I can think of), keep up the good work crew.
The browser still show some methods twice !!!
Title: Re: The 07 february 2007 build is out.
Post by: indigo0086 on February 07, 2007, 09:45:17 pm
Nice symbol browser improvements (still one left I can think of), keep up the good work crew.
The browser still show some methods twice !!!

only if you use different variable names or only use them in the implementation parameters.
Title: Re: The 07 february 2007 build is out.
Post by: zyd on February 08, 2007, 06:47:08 am
It's a bug or not?
I use codeblock,mingw,stlport,wxWidgets, Create a GUI App, no break point, start debug, up ot now all is ok, but when I press "stop debug" toolbar button, it don't work, why? I mean that when I press the stop debug button, it will stop my GUI app, but it do nothing.
Title: Re: The 07 february 2007 build is out.
Post by: zyd on February 08, 2007, 07:07:12 am
Here is a doubt:
"start" and "continue" debug menu items and key shortcuts, why not use one menu item in stead of them? It’s troublesome, I like use one do the two thing like the toolbar button "Debug/continue" do.
Title: Re: The 07 february 2007 build is out.
Post by: Wraithan on February 08, 2007, 07:36:47 am
I seemed to have lost my settings when I upgraded. Last time I closed Code::Blocks I had no errors and I was running rev3577 (Feb 6th). This is the first time I have had a problem with upgrading... only annoying part is I had a completely customized color scheme.
Title: Re: The 07 february 2007 build is out.
Post by: stardust on February 08, 2007, 05:47:51 pm
I seemed to have lost my settings when I upgraded. Last time I closed Code::Blocks I had no errors and I was running rev3577 (Feb 6th). This is the first time I have had a problem with upgrading... only annoying part is I had a completely customized color scheme.

I can confirm that: My color scheme is comletely gone :-(

Where is it saved? (was a named scheme, not the "default"). Is there a way to recover it by copying some file?

svn in use: 3589

Edit: Reentering the colors, confirming the colors, exiting and restarting C::B and the colors are away again.
Title: Re: The 07 february 2007 build is out.
Post by: manianis on February 08, 2007, 05:53:49 pm
Nice symbol browser improvements (still one left I can think of), keep up the good work crew.
The browser still show some methods twice !!!

only if you use different variable names or only use them in the implementation parameters.
I've some copy constructors repeated twice while the implementation is in the 'cpp' file.
Title: Re: The 07 february 2007 build is out.
Post by: Pecan on February 08, 2007, 09:03:45 pm
How do you install or unpack the nightly .deb onto ubuntu without disturbing the SVN build system.

I'd like to unpack it into it's own directory and run from there without it doing any damage to the SVN "truck" etc.

I don't care about .codeblocks directory. I'll zip it up before running the nightly.

thanks
pecan

EDIT:
Never mind, I found it 8 pages down in Google.

dpkg-deb -x codeblocks.deb .

Then run it from the extracted ~/extractFolder/usr directory with a ./run.sh of:
Code
#!/bin/sh
APP_DIR=`pwd`
export LD_LIBRARY_PATH=$APP_DIR/lib:$LD_LIBRARY_PATH
$APP_DIR/bin/codeblocks --prefix=$APP_DIR $@

Title: Re: The 07 february 2007 build is out.
Post by: Pecan on February 08, 2007, 11:57:36 pm
KeyMacs is a Code::Blocks plugin providing the user an ability to group sequences of keystokes as a macro (KeyMac). The KeyMac can be executed by either the main Plugin menu, a menu command key, or the context menu.

Update: KeyMacs v 0.3.15

http://savefile.com/files/476722

This .zip contains the KeyMacs.dll (windows) and libKeyMacs.so (unix) for CodeBlocks nightly build of Feb. 7, 2006
Simply copy the correct library to .../share/codeblocks/plugins/
Then copy KeyMacs.zip to .../share/codeblocks/

References:
http://wiki.codeblocks.org/index.php?title=KeyMacs_plugin
http://forums.codeblocks.org/index.php?topic=4681.0
Key Macros plugin