core/com.nokia.carbide.cpp.doc.user/html/concepts/workspaces.htm
changeset 1754 a1e1c11d5a44
parent 1658 2a5c0df13bad
child 1791 727385d8e2b3
equal deleted inserted replaced
1753:b0ec278f91fa 1754:a1e1c11d5a44
    16 </style>
    16 </style>
    17 </head>
    17 </head>
    18 <body bgcolor="#FFFFFF">
    18 <body bgcolor="#FFFFFF">
    19 <h2>Workspace Information </h2>
    19 <h2>Workspace Information </h2>
    20 <p>A workspace is the default place to store and create resources like projects, folders, and files. These are then presented to the user in a perspective which enables the presentation and manipulation of the stored resources.</p>
    20 <p>A workspace is the default place to store and create resources like projects, folders, and files. These are then presented to the user in a perspective which enables the presentation and manipulation of the stored resources.</p>
    21 <p>When Carbide is launched it asks for a workspace to open (Figure 1). As you can have multiple workspaces, all independent from each other, choosing the workspace containing the projects to work on is important. Projects within a workspace are  shown in the Carbide workbench within the <a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/concepts/cnav.htm">Project Explorer</a> and <a href="../reference/view_proj_explorer.htm">C/C++ Project</a> views. When you create a new project it is automatically added to the currently open workspace. You can import existing projects into a workspace from INF files.</p>
    21 <p>When Carbide is launched it asks for a workspace to open (Figure 1). As you can have multiple workspaces, all independent from each other, choosing the workspace containing the projects to work on is important. Projects within a workspace are  shown in the Carbide workbench within the <a href="../debugger/variables/viewing_variables.htm">Project Explorer</a> and <a href="../reference/view_proj_explorer.htm">C/C++ Project</a> views. When you create a new project it is automatically added to the currently open workspace. You can import existing projects into a workspace from INF files.</p>
    22 <p align="center"><img src="images/wnd_workspace_launcher.png" alt="Workspace Launcher dialog" width="630" height="291"></p>
    22 <p align="center"><img src="images/wnd_workspace_launcher.png" alt="Workspace Launcher dialog" width="630" height="291"></p>
    23 <p class="figure">Figure 1. Workspace Launcher dialog</p>
    23 <p class="figure">Figure 1. Workspace Launcher dialog</p>
    24 <p class="note"><span class="style1">WARNING</span> Bld.inf imported projects are not copied, so do not delete the contents when deleting the project.</p>
    24 <p class="note"><span class="style1">WARNING</span> Bld.inf imported projects are not copied, so do not delete the contents when deleting the project.</p>
    25 <p>Projects in one workspace cannot refer to projects in a different workspace. Thus, large projects spanning  folders outside of the workspace are not handled at all. Storing all the project files in the workspace makes managing them   easier from a project management perspective. Files accessible inside the workspace, like project source and resource files, are better supported than those outside the workspace (for example, SDK headers). Local History, CVS, MMP/bld.inf editors, etc. are available for files inside the workspace but not for those outside the workspace. </p>
    25 <p>Projects in one workspace cannot refer to projects in a different workspace. Thus, large projects spanning  folders outside of the workspace are not handled at all. Storing all the project files in the workspace makes managing them   easier from a project management perspective. Files accessible inside the workspace, like project source and resource files, are better supported than those outside the workspace (for example, SDK headers). Local History, CVS, MMP/bld.inf editors, etc. are available for files inside the workspace but not for those outside the workspace. </p>
    26 <p class="note"><b>NOTE</b> Carbide automatically updates MMP and INF files as changes are made within the MMP and INF editors.</p>
    26 <p class="note"><b>NOTE</b> Carbide automatically updates MMP and INF files as changes are made within the MMP and INF editors.</p>