Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

What is general structure of Code::Blocks?

(1/1)

Borneq:
Uses wxWidget, Scintilla, calls GC++ and GDB and captures outputs.
But how works Code:Completion? Is implemented C++ parser?

MortenMacFly:

--- Quote from: Borneq on May 06, 2016, 07:17:44 pm ---Uses wxWidget, Scintilla, calls GC++ and GDB and captures outputs.
But how works Code:Completion? Is implemented C++ parser?

--- End quote ---
You should have access to the sources. See for yourself. But make sure you respect GPL. ;-)

yvesdm3000:
Don't forget the design documents:

http://wiki.codeblocks.org/index.php/Code_Completion_Design
http://wiki.codeblocks.org/index.php/Code::Completion_Rewrite

And also there is a code-completion plugin based on clang to look at:

https://github.com/yvesdm3000/ClangLib

Navigation

[0] Message Index

Go to full version