core/com.nokia.carbide.cpp.doc.user/html/concepts/workspaces.htm
changeset 1791 727385d8e2b3
parent 1754 a1e1c11d5a44
child 2131 ff0156b93599
equal deleted inserted replaced
1790:245ab754d54b 1791:727385d8e2b3
    13 	font-weight: bold;
    13 	font-weight: bold;
    14 }
    14 }
    15 -->
    15 -->
    16 </style>
    16 </style>
    17 </head>
    17 </head>
    18 <body bgcolor="#FFFFFF">
    18 <body >
    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="../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>
    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>