Difference between revisions of "A short overview about Code::Blocks architecture"
From Code::Blocks
Line 5: | Line 5: | ||
C::B keeps projects ('''cbProject''') in a workspace ('''cbWorkspace'''). This workspace can have more than one project. This is managed by the '''ProjectManager'''. Here a short overview: | C::B keeps projects ('''cbProject''') in a workspace ('''cbWorkspace'''). This workspace can have more than one project. This is managed by the '''ProjectManager'''. Here a short overview: | ||
+ | |||
+ | [[Image:Codeblocks.jpg]] |
Revision as of 15:30, 24 November 2006
The following are guidelines about the architecture of Code::Blocks. Anyone writing code or a patch for Code::Blocks, should read this to understand how Code::Blocks works.
Introduction
C::B keeps projects (cbProject) in a workspace (cbWorkspace). This workspace can have more than one project. This is managed by the ProjectManager. Here a short overview: