Explore Code::blocks open source code
Here, you will find tools to explore and understand Code::Blocks open source code.
- First, read the introduction to the Code::Blocks architecture
- Then take a look at Code::Blocks source directory with the directory explorer. You can explore the directory structure, review build projects (view the components that are generated), source code (view the functions that are declared or implemented)...
- Use the components dependency explorer (filtered view) for an interactive graphic exploration of Code::Blocks components and their dependencies. Or view all the components.
- Check the list of components with the Components review.
- For example, look for the libcodeblocks component. You can see its dependencies and check which build project has generated it.
- Review some Code::Blocks concepts. From a concept page, browse to the related directory or component, or follow external links for more information.
- The Code domain explorer shows the major code domains of the Code::Blocks project (user interface...). For each category, you may find the major related folders (check the folders with the highest score and with a star), related subsystems or components, libraries...
- Use the Code domain schema for an interactive graphic exploration of the code domains.
- For more choices, use the menu
Enjoy exploring !
This documentation applies to: Codeblocks (version 20.03)