News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

What is general structure of Code::Blocks?

Started by Borneq, May 06, 2016, 07:17:44 PM

Previous topic - Next topic

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?
You should have access to the sources. See for yourself. But make sure you respect GPL. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

yvesdm3000

Clang based code completion for Code::Blocks:   [url="http://github.com/yvesdm3000/ClangLib"]http://github.com/yvesdm3000/ClangLib[/url]