Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Clang CC
iceant:
Yvesdm3000, thanks for your great work.
I got an problem to run this plugin with latest svn version(10798). Which is wx2.8.12 32bit windows, unicode version
I build Clang CC with clanglib-msw_64.cbp, and changed some folders. Clang is downloaded from official web site(3.7.1 version 32bit)
Here is the installation steps:
1) First, build the clanglib.dll and clanglib.zip
2) copy clanglib.dll from c:\git directory to CODEBLOCKS/share/CodeBlocks/plugins
3) copy clanglib.zip to CODEBLOCKS/share/CodeBlocks/
4) copy libclang.dll to CODEBLOCKS/, the same directory with codeblocks.exe
But I can not run it success.
Here is the error message:
-------------------------------------------------------------
One or more plugins were not loaded.
This usually happens when a plugin is built for
a different version of the Code::Blocks SDK.
Check the application log for more info.
List of failed plugins:
clanglib.dll
-------------------------------------------------------------
Can you help me on this? Thanks
--- Quote from: yvesdm3000 on February 23, 2016, 04:30:27 pm ---
--- Quote from: ollydbg on February 23, 2016, 02:59:24 pm ---A bug report: I think not every source file(cpp or h files) were included in the clanglib.cbp.
--- End quote ---
use clanglib-unix.cbp or clanglib-msw_64.cbp
Yves
--- End quote ---
scarphin:
You have to link to the 'codeblocks.dll' in your installation folder. Check the following link for more information:
http://wiki.codeblocks.org/index.php/Linking_the_plugin_to_a_Nightly_Build
iceant:
scarphin, thanks a lot. It works now.
--- Quote from: scarphin on March 07, 2016, 01:33:58 pm ---You have to link to the 'codeblocks.dll' in your installation folder. Check the following link for more information:
http://wiki.codeblocks.org/index.php/Linking_the_plugin_to_a_Nightly_Build
--- End quote ---
yvesdm3000:
I pushed new code on master that fixes the clang-based-occurrences highlighting for people that are keen on that and some other stability improvements and some very small feature enhancements available in the configuration panel like adding compile-options to clang.
Yves
yvesdm3000:
I pushed new functionality on the 'staging' branch that implements the 'fixit' functionality. It's not the way you suggested but I add a marker in the gutter-bar and when you click it, the fixit is applied.
I can't immediately see how I could do it with the annotations since I can't find any event that fires when you click an annotation. The marker-way is how eclipse does it.
Yves
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version