Thanks for this new build.
Unfortunately, I have a crash while debugging.
Here is the way to reproduce it:
Create a new project (DOS Project for example) and paste this piece of code:
#include <stdio.h>
#include <stdlib.h>
#define test "String for test"
int main()
{
	printf("%s\n", test);
	return 0;
}
Now, put a breakpoint on 
printf and press F8
Put your mouse pointer above 
test in printf function => C::B always crash  


And the error message:

To finish the Report:
-------------------
Error occured on Tuesday, August 8, 2006 at 13:58:07.
D:\Utils\CodeBlocks\codeblocks.exe caused an Access Violation at location 1020ece7 in module D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll Reading from location 00000234.
Registers:
eax=02b387b0 ebx=02afdb48 ecx=01010101 edx=00000000 esi=02472dc8 edi=0022f5c4
eip=1020ece7 esp=0022f474 ebp=0022f48c iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00010202
Call stack:
1020ECE7  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:1020ECE7  _ZN12wxWindowBase12ReleaseMouseEv
101E60F3  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:101E60F3  _ZN22wxPopupTransientWindow4ShowEb
101E611B  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:101E611B  _ZN22wxPopupTransientWindow7DismissEv
101E6145  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:101E6145  _ZN22wxPopupTransientWindow16DismissAndNotifyEv
100AA808  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100AA808  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
100AABCC  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100AABCC  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
100ABBA9  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABBA9  _ZN12wxEvtHandler12ProcessEventER7wxEvent
101132AC  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:101132AC  _ZN8wxWindow13HandleKeyDownEjl
10115183  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:10115183  _ZN8wxWindow13MSWWindowProcEjjl
1010D6D0  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:1010D6D0  _Z9wxWndProcP6HWND__jjl@16
77E3158F  C:\WINNT\system32\USER32.dll:77E3158F  UnregisterHotKey
77E31DC9  C:\WINNT\system32\USER32.dll:77E31DC9  UnregisterHotKey
77E31E7E  C:\WINNT\system32\USER32.dll:77E31E7E  UnregisterHotKey
1010D069  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:1010D069  _ZN8wxWindow17MSWProcessMessageEP6tagMSG
100ECB2A  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECB2A  _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
100ECA39  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECA39  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
100ED0A4  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ED0A4  _ZN11wxEventLoop8DispatchEv
100ECE40  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECE40  _ZN11wxEventLoop3RunEv
10186AFE  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:10186AFE  _ZN9wxAppBase8MainLoopEv
00404770  D:\Utils\CodeBlocks\codeblocks.exe:00404770
10043B67  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:10043B67  _Z14wxUninitializev
100B3ADA  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100B3ADA  _Z7wxEntryP11HINSTANCE__S0_Pci
004014D8  D:\Utils\CodeBlocks\codeblocks.exe:004014D8
004687AA  D:\Utils\CodeBlocks\codeblocks.exe:004687AA
00401237  D:\Utils\CodeBlocks\codeblocks.exe:00401237
004012A8  D:\Utils\CodeBlocks\codeblocks.exe:004012A8
77E98989  C:\WINNT\system32\KERNEL32.dll:77E98989  FindFirstChangeNotificationA
I hope you could fix it.
Thanks and have a nice day.