Anjuta IDE Manual | ||
---|---|---|
<<< Previous | Project Management | Next >>> |
To open a project, choose the menu item File->Open Project …. Select the project file (*.prj) in the dialog and click OK.
If the project has recently been opened, then you will find it listed in the menu File->Recent Projects. Choose the project file from the list, and the project will be opened.
As soon as a project is opened, Anjuta will enter Project mode. There are three panes in the project window. The first is the project pane and lists the project files organized in file types. The second is the symbol browser, which has already been discussed in section Symbol Browser and tags Brwoser. The third pane is the file view of the project and is more or less similar to a mini file-manager. In file view, all the files present in the project tree is visible. Right clicking on these files will pop up the file operation submenu.
If the project is also a CVS tree, then corrosponing file revision numbers are also listing on the right of file names in the file view pane.
The import project feature is used to import an already existing project and convert it into anjuta projcect. Activate the import project wizard from File->Import project and follow instructions dictated by the wizard. Once the project is imported, it could be opened in anjuta subsequently just like any other anjuta project.
To save the current project, choose the menu item File->Save Project or click on the Save Project button on the Extended toolbar. When a project is saved, only the files that need to be updated are actually written to disk, to avoid breaking any unnecessary dependencies.
Any build files that are flagged Disable Overwriting in the project configuration will also not be touched.
<<< Previous | Home | Next >>> |
Creating a New Project | Up | Adding and Removing Files |