Edit Project files
- Opening a file in the C/C++ editor
-
Before you can start editing sources, you have to open them. To open a file in the C/C++ editor, you can either double-click on the file name key or Right-click on file name → Open.
- Editing a file
-
The C/C++ editor view uses syntax coloring according to the file type. The tab label of the editor view shows an asterisk in front of the file name (
*myfile.c
) in case the file modification. - Saving and closing a file
-
You can save edited file by either from menu File → Save or by pressing shortcut key
Ctrl + S
. When you finish, you can close the file by clicking to the cross icon next to the file name.