Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Clang based CC, new CC interface
oBFusCATed:
Not yet, but hopefully the code will be merge soon.
Anyone interested in this should try the modified version from here https://github.com/alpha0010/codeblocks_sf/tree/cc_interface
Alpha:
Binary release available here for Windows, compatible with nightly build rev9765.
ollydbg:
--- Quote from: Alpha on May 12, 2014, 01:00:20 am ---Binary release available here for Windows, compatible with nightly build rev9765.
--- End quote ---
Hi, Alpha, very nice work, I have just download both the nightly build and this clanglib binaries, the question is: How to use this plugin?
Do I need to disable the normal cc plugin?
Thanks.
EDIT:
This function works fine, see image shot below:
Q1: How to remove(hide) the tip window, see image shot below, do I need to hit some short-cut key?
vwdvaan:
On my system:
--- Code: ---codeblocks.exe caused an Access Violation at location 62f86c09 in module libclang.dll Reading from location 00000014.
Registers:
eax=00000000 ebx=0000001e ecx=0022f6d0 edx=7b220a2d esi=0022f6c8 edi=075a97b0
eip=62f86c09 esp=0022f568 ebp=0022f760 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:
62F86C09 libclang.dll:62F86C09 clang_getInclusions
62447151 clanglib.dll:62447151
6CC41261 wxmsw28u_gcc_cb.dll:6CC41261 _ZNK12wxAppConsole11HandleEventEP12wxEvtHandlerMS0_FvR7wxEventES3_
6CCC436E wxmsw28u_gcc_cb.dll:6CCC436E _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCC47A7 wxmsw28u_gcc_cb.dll:6CCC47A7 _ZN12wxEvtHandler23SearchDynamicEventTableER7wxEvent
6CCC4864 wxmsw28u_gcc_cb.dll:6CCC4864 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CDC9F08 wxmsw28u_gcc_cb.dll:6CDC9F08 _ZN11wxTimerBase6NotifyEv
6CD01CB4 wxmsw28u_gcc_cb.dll:6CD01CB4 _ZN7wxTimer4InitEv
75DBC4E7 USER32.dll:75DBC4E7 gapfnScSendMessage
75DBC5E7 USER32.dll:75DBC5E7 gapfnScSendMessage
75DBCC19 USER32.dll:75DBCC19 gapfnScSendMessage
75DBCC70 USER32.dll:75DBCC70 DispatchMessageW
75DB41EB USER32.dll:75DB41EB IsDialogMessageW
6CCEFD80 wxmsw28u_gcc_cb.dll:6CCEFD80 _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
6CCEF852 wxmsw28u_gcc_cb.dll:6CCEF852 _ZN11wxEventLoop14ProcessMessageEP6tagMSG
6CCEFAEF wxmsw28u_gcc_cb.dll:6CCEFAEF _ZN11wxEventLoop8DispatchEv
--- End code ---
Alpha:
--- Quote from: ollydbg on May 12, 2014, 02:04:22 am ---Do I need to disable the normal cc plugin?
--- End quote ---
Technically you probably should (because otherwise you are parsing everything twice), however, I do not. The two plugins seem to coexist nicely on my computer.
--- Quote from: ollydbg on May 12, 2014, 02:04:22 am ---Q1: How to remove(hide) the tip window, see image shot below, do I need to hit some short-cut key?
--- End quote ---
Currently hardcoded to show warnings and errors, so I guess your two options are: fix the warning, or add -w to your compiler flags (restart C::B probably required). Or patch the plugin :) .
--- Quote from: vali29 on May 12, 2014, 01:06:49 pm ---On my system: [...]
--- End quote ---
Does this happen with any project? If it is a specific file, are you able to post a (minimal) code piece that will cause this crash?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version