User forums > Nightly builds
The 22 March 2014 build (9744) is out.
Alpha:
--- Quote from: scarphin on April 26, 2014, 12:24:43 am ---Code completion always kicks in after the 3rd character regardless of the setting [...]
--- End quote ---
My apologies, the migration to CCManager of the settings was incomplete (marked with several TODOs in sdk/ccmanager.cpp), but I just have not gotten around to (and sort of forgot about :-[) building a settings dialogue for CCManager, so this (and several other items) are currently hardcoded.
This is on my todo list, but patches adding the UI would be greatly appreciated, as I am currently extremely limited on time.
scarphin:
No apology needed, it's good to know it's not by my side. ;)
Out of curiosity, is that the new interface for Clang completion?
oBFusCATed:
Not only clang, but python or anything someone would like to make a plugin for.
scarphin:
Good to know. Is it possible to provide a binary for Clang plugin somehow for volunteers like me to beta test? I couldn't manage to compile the plugin myself as I'm not using TDM compiler and being a 'using xxx::xxx;' guy current implementation doesn't really help me much with that.
vwdvaan:
--- Quote from: scarphin on April 26, 2014, 02:40:27 pm ---Good to know. Is it possible to provide a binary for Clang plugin somehow for volunteers like me to beta test? I couldn't manage to compile the plugin myself as I'm not using TDM compiler and being a 'using xxx::xxx;' guy current implementation doesn't really help me much with that.
--- End quote ---
I have successfully compiled the ClangLib plugin but always crash at clang_getInclusions when they start to parse the project.
--- Code: ---codeblocks.exe caused an Access Violation at location 66261318 in module libclang.dll Reading from location 00000010.
Registers:
eax=00000000 ebx=01d9f078 ecx=01d52158 edx=00000512 esi=00000010 edi=00000000
eip=66261318 esp=0022f528 ebp=0022f870 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010246
Call stack:
66261318 libclang.dll:66261318 clang_getInclusions
68481249 wxmsw28u.dll:68481249 _ZNK12wxAppConsole11HandleEventEP12wxEvtHandlerMS0_FvR7wxEventES3_
684ED9EC wxmsw28u.dll:684ED9EC _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
684EDDC6 wxmsw28u.dll:684EDDC6 _ZN12wxEvtHandler23SearchDynamicEventTableER7wxEvent
684EDE44 wxmsw28u.dll:684EDE44 _ZN12wxEvtHandler12ProcessEventER7wxEvent
685C4ED9 wxmsw28u.dll:685C4ED9 _ZN11wxTimerBase6NotifyEv
68520858 wxmsw28u.dll:68520858 _ZN7wxTimer4InitEv
7613C4E7 USER32.dll:7613C4E7 gapfnScSendMessage
7613C5E7 USER32.dll:7613C5E7 gapfnScSendMessage
7613CC19 USER32.dll:7613CC19 gapfnScSendMessage
7613CC70 USER32.dll:7613CC70 DispatchMessageW
761341EB USER32.dll:761341EB IsDialogMessageW
6851214D wxmsw28u.dll:6851214D _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
68511D8A wxmsw28u.dll:68511D8A _ZN11wxEventLoop14ProcessMessageEP6tagMSG
68511EEC wxmsw28u.dll:68511EEC _ZN11wxEventLoop8DispatchEv
6858B3B2 wxmsw28u.dll:6858B3B2 _ZN17wxEventLoopManual3RunEv
685724D0 wxmsw28u.dll:685724D0 _ZN9wxAppBase8MainLoopEv
00402922 codeblocks.exe:00402922
684F1D1C wxmsw28u.dll:684F1D1C _Z7wxEntryP11HINSTANCE__S0_Pci
00401D00 codeblocks.exe:00401D00
004010FD codeblocks.exe:004010FD
776237EB ntdll.dll:776237EB RtlInitializeExceptionChain
776237BE ntdll.dll:776237BE RtlInitializeExceptionChain
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version