core/com.nokia.carbide.cpp.doc.user/html/concepts/tour.html
changeset 2131 ff0156b93599
parent 1934 4f0cd256d26c
equal deleted inserted replaced
2130:16e8bfa397ad 2131:ff0156b93599
     8 </div><div class="Bodytext">
     8 </div><div class="Bodytext">
     9 	  
     9 	  
    10 	 <p>
    10 	 <p>
    11 		Eclipse and the C/C++ Development Toolkit (CDT) provides a rich
    11 		Eclipse and the C/C++ Development Toolkit (CDT) provides a rich
    12 		collection of views, editors, wizards and preference windows for performing C++
    12 		collection of views, editors, wizards and preference windows for performing C++
    13 		development. The Symbian OS plug-ins for Eclipse extend this user interface so
    13 		development. The Symbian plug-ins for Eclipse extend this user interface so
    14 		that you can perform the tasks involved in Symbian OS development from the
    14 		that you can perform the tasks involved in Symbian development from the
    15 		Eclipse workbench, instead of needing to use the Symbian OS command-line
    15 		Eclipse workbench, instead of needing to use the Symbian command-line
    16 		toolchain. 
    16 		toolchain. 
    17 	 </p> 
    17 	 </p> 
    18 	 <p>
    18 	 <p>
    19 		When you work with a Symbian OS C++ project, the workbench uses the <a href="CarbidePerspective.html">Carbide C/C++ perspective</a>, which will look
    19 		When you work with a Symbian C++ project, the workbench uses the <a href="../projects/views/perspective_carbide.htm">Carbide C/C++ perspective</a>, which will look
    20 		something like this:</p> 
    20 		something like this:</p> 
    21      <div class="Figure">
    21      <div class="Figure">
    22 
    22 
    23 	 <p class="Image"><img src="images/workbench.png" width="1028" height="789" /></p>
    23 	 <p class="Image"><img src="images/workbench.png" width="1028" height="789" /></p>
    24  
    24  
    27 	 <p>
    27 	 <p>
    28 		For more information on the standard CDT views, refer to the C/C++
    28 		For more information on the standard CDT views, refer to the C/C++
    29 		Development Toolkit documentation. 
    29 		Development Toolkit documentation. 
    30 	 </p> 
    30 	 </p> 
    31 	 <p>
    31 	 <p>
    32 		The Symbian OS plug-ins also add new wizards and editors. You can use
    32 		The Symbian plug-ins also add new wizards and editors. You can use
    33 		these to: 
    33 		these to: 
    34 	 </p> 
    34 	 </p> 
    35  
    35  
    36 	 <ul> 
    36 	 <ul> 
    37 		<li> 
    37 		<li> 
    38 		  <p>
    38 		  <p>
    39 			 Create new Symbian OS projects using the New command, which is available on the File menu, and on the
    39 			 Create new Symbian projects using the New command, which is available on the File menu, and on the
    40 		  pop-up menus of the <a href="../reference/view_proj_explorer.htm">Project Explorer</a> and <a href="../reference/view_sym_proj_nav.htm">Symbian Project Navigator</a> views.</p> 
    40 		  pop-up menus of the <a href="../projects/views/view_proj_explorer.htm">Project Explorer</a> and <a href="../projects/views/view_sym_proj_nav.htm">Symbian Project Navigator</a> views.</p> 
    41 		  <p>
    41 		  <p>
    42 			 For more information, see <a href="../tasks/CreatingNewProjects.html">Creating New Projects</a>. 
    42 			 For more information, see <a href="../tasks/CreatingNewProjects.html">Creating New Projects</a>. 
    43 		  </p> 
    43 		  </p> 
    44 		</li> 
    44 		</li> 
    45 		<li> 
    45 		<li> 
    46 		  <p>
    46 		  <p>
    47 			 Import existing projects from Symbian OS bld.inf files using the Import command, which is
    47 			 Import existing projects from Symbian bld.inf files using the Import command, which is
    48 		  available on the File menu, and on the pop-up menus of the Project Explorer and Symbian Project Navigator views.</p> 
    48 		  available on the File menu, and on the pop-up menus of the Project Explorer and Symbian Project Navigator views.</p> 
    49 		  <p>
    49 		  <p>
    50 			 For more information, see <a href="../tasks/ImportingProjects.html">Importing Projects from a Bld.Inf File</a>. 
    50 			 For more information, see <a href="../tasks/ImportingProjects.html">Importing Projects from a Bld.Inf File</a>. 
    51 		  </p> 
    51 		  </p> 
    52 		</li> 
    52 		</li> 
    53 		<li> 
    53 		<li> 
    54 		  <p>
    54 		  <p>
    55 			 Add scalable graphics (MIF) and Symbian OS bitmaps (MBM) to projects, and edit these resources. You can add these using the New command, which is available on the File menu, and on the pop-up menus of the Project Explorer and Symbian Project Navigator views. MBM and MIF editors are provided to modify
    55 			 Add scalable graphics (MIF) and Symbian bitmaps (MBM) to projects, and edit these resources. You can add these using the New command, which is available on the File menu, and on the pop-up menus of the Project Explorer and Symbian Project Navigator views. MBM and MIF editors are provided to modify
    56 		  the resources.</p> 
    56 		  the resources.</p> 
    57 		  <p>
    57 		  <p>
    58 			 For more information, see <a href="../tasks/Multi-BitmapFile.html">Creating an MBM File</a>.		  </p> 
    58 			 For more information, see <a href="../tasks/Multi-BitmapFile.html">Creating an MBM File</a>.		  </p> 
    59 		</li> 
    59 		</li> 
    60 		<li>
    60 		<li>