Anjuta Manual version 0.1

Copyright (c) Kh. Naba Kumar Singh

Contents Index Shortcuts
PREV:Loading and saving files UP:Concept of project management NEXT:Getting Project information

Adding and removing files:

There are three types of files Anjuta will manage for you in the project. They are:

These three different types of files exist in the three different directories under the project. Namely, Source directory, Document directory and Pixmap directory

Adding files:

Activate the corrosponding Add menu item from the Project submenu. Select the file you want to add in the fileselection dialog box and click OK.

If the file you are adding is already added to the project, then Anjuta will not add it again. It will also give you a warning that the file is already added.

If the file you are adding is not in the corrosponding directory (source directory, document directory or pixmap directory), then Anjuta will ask you a confirmation to copy the file in the corrosponding directory. Anjuta can not add a file which is outside the corrosponding directory. It needs to be copied first to the directory and then added. That's why Anjuta ask for the confirmation.

Removing files:

Select the file you want to remove in the project listing window and activate Project->Remove from project.

Things to note:

When a file is removed from the project, it is not deleted. It still exists in the corrosponding directory. It simply does not take any part in the project management such as compiling, building, distribution etc. You can delete it manually if you think you no longer need this file. Or you can add it later if you change your mind.