Code::Blocks Forums
User forums => Nightly builds => Topic started 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:
- Removed sanity check macros, Added a few const qualifiers
- Fix Crash on exit due to double deletion of notebook pages
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)
-
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
-
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 ??
-
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
-
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.
-
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?
-
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
-
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.