Author Topic: What is general structure of Code::Blocks?  (Read 3975 times)

Offline Borneq

  • Multiple posting newcomer
  • *
  • Posts: 45
What is general structure of Code::Blocks?
« 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: What is general structure of Code::Blocks?
« Reply #1 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. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline yvesdm3000

  • Almost regular
  • **
  • Posts: 225
Re: What is general structure of Code::Blocks?
« Reply #2 on: May 14, 2016, 08:55:18 am »
Clang based code completion for Code::Blocks:   http://github.com/yvesdm3000/ClangLib