Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Borneq on May 06, 2016, 07:17:44 pm

Title: What is general structure of Code::Blocks?
Post by: 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?
Title: Re: What is general structure of Code::Blocks?
Post by: MortenMacFly on May 14, 2016, 07:20:34 am
Uses wxWidget, Scintilla, calls GC++ and GDB and captures outputs.
But how works Code:Completion? Is implemented C++ parser?
You should have access to the sources. See for yourself. But make sure you respect GPL. ;-)
Title: Re: What is general structure of Code::Blocks?
Post by: yvesdm3000 on May 14, 2016, 08:55:18 am
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