Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 12, 2006, 09:29:14 pm

Title: The 12 april 2006 build is out.
Post by: killerbot on April 12, 2006, 09:29:14 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

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 12 April 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060412_rev2339_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060412_rev2339_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060412_rev2339_fc4.rpm

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 12 april 2006 build is out.
Post by: drasko on April 12, 2006, 10:13:12 pm
Hi,

first, thanks for a very nice IDE.

I do have a problem with recent builds though. On my keyboard (Slovenian - Central European I think), AltGr-G (or Ctrl-Alt-G) is mapped to ']'. Since this is a shortcut for 'Search->Goto function...' in CB, the last couple of builds are unusable for me because I can't type in ']'. It would be really nice if you could choose some other shortcut.

Andrej
Title: Re: The 12 april 2006 build is out.
Post by: killerbot on April 12, 2006, 10:16:00 pm
does your keyboard show on the keys the ']' , on my keyboard (azerty) it is shown as the third character on a key, I access it by "alt gr" + "that key", do you have something similar ??


Title: Re: The 12 april 2006 build is out.
Post by: drasko on April 12, 2006, 10:50:57 pm
Yes, ']' is usually accessed by AltGr + G. However this combination shows the Select function dialog in CB so I guess it is equivalent to Ctrl+Alt+G on my system. I'm using a laptop so maybe the behaviour is not standard.

Thanks,
Andrej
Title: Re: The 12 april 2006 build is out.
Post by: killerbot on April 12, 2006, 10:59:05 pm
your unlucky, on my keyboard (desktop or laptop) the ']' is not on the 'g'.
Indeed : ctrl-alt-g, alt-g and altgr-g all show the find function dialog, that's a bit too many I would say. For the moment, you could unmap that combination in CB, and assign for the "find function" some other key combination (or none). No perfect solution, but it's a workaround. We'll see how we can solve this nicely.
Title: Re: The 12 april 2006 build is out.
Post by: penguino on April 13, 2006, 05:46:57 am
I've noticed that lately after 2 restarts of Code::Blocks, the color syntax is reverted to the default color scheme.

Is there a workaround for this?
Title: Re: The 12 april 2006 build is out.
Post by: Jewe on April 13, 2006, 10:48:29 am
XP sp2 crash when using the option --rebuild "Somewhere\project.cbp"
windows reported that it had to put the program to sleep.. ;)
Am i using the function in the wrong way?
I wanted to recompile the project from the command prompt.
Project is compiling in the IDE.

kind regards,

Jewe

The report message:
-------------------

Error occured on Thursday, April 13, 2006 at 10:40:59.

C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe caused an Access Violation at location 660bc7bf in module C:\Documents and Settings\jewe\Desktop\codeblocks\share\codeblocks\plugins\compilergcc.dll Reading from location 00000000.

Registers:
eax=00000000 ebx=00eafde0 ecx=00000001 edx=00eaff4c esi=00000002 edi=00000000
eip=660bc7bf esp=0022fa40 ebp=0022fa68 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00010246

Call stack:
660BC7BF  C:\Documents and Settings\jewe\Desktop\codeblocks\share\codeblocks\plugins\compilergcc.dll:660BC7BF  PluginSDKVersion
660BC8A2  C:\Documents and Settings\jewe\Desktop\codeblocks\share\codeblocks\plugins\compilergcc.dll:660BC8A2  PluginSDKVersion
0040548D  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:0040548D
004042F1  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:004042F1
004684E8  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:004684E8
100437F9  C:\Documents and Settings\jewe\Desktop\codeblocks\wxmsw26u_gcc_cb.dll:100437F9  _Z14wxUninitializev
100B33BA  C:\Documents and Settings\jewe\Desktop\codeblocks\wxmsw26u_gcc_cb.dll:100B33BA  _Z7wxEntryP11HINSTANCE__S0_Pci
004014DA  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:004014DA
0046271A  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:0046271A
00401237  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:00401237
00401288  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:00401288
77E814C7  C:\WINDOWS\system32\kernel32.dll:77E814C7  GetCurrentDirectoryW

Title: Re: The 12 april 2006 build is out.
Post by: thomas on April 13, 2006, 11:32:10 am
XP sp2 crash when using the option --rebuild "Somewhere\project.cbp"
windows reported that it had to put the program to sleep.. ;)
Am i using the function in the wrong way?
No, you're using it correctly. However, I cannot reproduce it, tried with 3 different project, works fine for me.