A project is a directory that contains source code files and other resources (data, image files, documentation, etc.). While files included in a project need not be associated with each other, projects are especially useful as logical containers for related source code and resource files.
When the IDL Workbench starts for the first time, it automatically creates a project named Default in the workspace directory. You can use this project to store your own files, rename it, or delete it entirely. The Default project is only created if there are no other projects.
The Project Explorer view allows you to view and manipulate the projects in your current workspace.
The IDL Workbench uses projects for three main purposes:
Projects in the IDL Workbench are not the same as the IDL Projects feature that was present in versions of IDL prior to version 7.0.
By default, project directories are created under the current workspace directory, and files saved into a project are located here. You can locate your project directories in other locations, and to include files from disparate locations in a single project. See Creating IDL Projects and IDL Project Properties for additional information.