Author Topic: The 07 february 2007 build is out.  (Read 12760 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 07 february 2007 build is out.
« 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:

  • wxSmith: partial implementation of wxsMenuEditor class (menu items not enabled yet in RAD)
  • Symbols browser now remembers the splitter position
  • Fixed symbols browser context menu entry "Re-parse now" to work correctly
  • Fixed crash when switching editors and symbols browser was in current-file-symbols mode (noticed in linux)
  • Fixed symbols browser's current-file mode (correctly sync with active editor)
  • Added auto-expand-namespaces option for symbols browser

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)

« Last Edit: February 07, 2007, 09:11:27 pm by killerbot »

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 07 february 2007 build is out.
« Reply #1 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.

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: The 07 february 2007 build is out.
« Reply #2 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?

manianis

  • Guest
Re: The 07 february 2007 build is out.
« Reply #3 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 !!!

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 07 february 2007 build is out.
« Reply #4 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.

Offline zyd

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: The 07 february 2007 build is out.
« Reply #5 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.

Offline zyd

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: The 07 february 2007 build is out.
« Reply #6 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.

Wraithan

  • Guest
Re: The 07 february 2007 build is out.
« Reply #7 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.

Offline stardust

  • Multiple posting newcomer
  • *
  • Posts: 55
    • http://www.hightec-rt.com
Re: The 07 february 2007 build is out.
« Reply #8 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.
« Last Edit: February 08, 2007, 05:49:46 pm by stardust »
Own SVN builds (quite new) • SuSE Linux 10.0 • Linux kernel 2.6.13-15-default
gcc 4.0.2 (20050901)
wxGTK-2.6.1.0-4 • KDE 3.4.2b • gtk2 2.8.3-4

manianis

  • Guest
Re: The 07 february 2007 build is out.
« Reply #9 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.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 07 february 2007 build is out.
« Reply #10 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 $@

« Last Edit: February 08, 2007, 10:46:42 pm by Pecan »

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 07 february 2007 build is out.
« Reply #11 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
« Last Edit: February 08, 2007, 11:59:31 pm by Pecan »