A short overview about Code::Blocks architecture

From Code::Blocks
Revision as of 15:20, 24 November 2006 by Pegasus (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: