Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

ClangComplete plugin

<< < (6/11) > >>

ollydbg:
It looks like the codelite IDE was changing its way to call clang, see its svn chang log:

--- Quote ---Revision: 5276
Author: eranif
Date: 2011-11-17 15:12:47
Message:
added clang sdk for Windows
-------------------------------
A : /trunk/sdk/clang

A : /trunk/sdk/clang/include

A : /trunk/sdk/clang/include/clang-c

A : /trunk/sdk/clang/include/clang-c/Index.h

A : /trunk/sdk/clang/lib

A : /trunk/sdk/clang/lib/clang.dll


--- End quote ---

Now, it will depend on clang shared library.

Lalaland:
Clang allows you to see what is accessible.
Should I hide non-accessible results?

ollydbg:

--- Quote from: Lalaland on November 18, 2011, 06:54:17 am ---Clang allows you to see what is accessible.
Should I hide non-accessible results?

--- End quote ---
I think "non-accessible results" should be hide in the completion suggest list. :D

The other question is: (dependency question)
If some would like to distribute this clangcompletion plugin, which file should be included.
The clangcompletion dll
and the clang.dll
Or other files needed?

Lalaland:
Well I use the images from the real code completion plugin.

MortenMacFly:
Remember:

--- Quote from: MortenMacFly on November 11, 2011, 08:16:21 am ---One note: Please keep in mind that the plugin should derive from cbCodeCompletionPlugin, not cbPlugin to work properly in the end.

--- End quote ---
I would recommend you better do it before it's too late and requires massive re-factoring. In the end the interface of cbPlugin (wrong for a CC plugin) and cbCodeCompletionPlugin is different.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version