8 Development Tools
User Manual 280/374
8.2.2 Code Blocks
After a New Project (see "Create New Project" on page 277) is created the "Workspace" is available:
Create a source file. Switch to the src directory of the project and create a new file "main.c":
Add the file to the project. Right mouse click on the project symbol in the project management area in
CodeBlocks and click on "Add files ...":
Select the "main.c" file in the source directory and click on "open".
Now it is possible to fold up the directory structure of the Hello World project in the management area.
Double click on the "main.c" file. The edit window pops up.