core/com.nokia.carbide.cpp.doc.user/html/concepts/CarbidePerspective.html
author fturovic <frank.turovich@nokia.com>
Thu, 11 Feb 2010 15:08:43 -0600
branchRCL_2_4
changeset 939 47d3ca29d054
parent 0 fb279309251b
permissions -rw-r--r--
revision of concept section of manual pages and images

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
<title>Carbide.c++ perspective</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
   <body>
     <h2>Carbide.c++ perspective</h2>

	  
	 <p>
	 The <img src="../images/command_link.png" width="16" height="12" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=com.nokia.carbide.cpp.CarbideCppPerspective)")'>Carbide C/C++</a> perspective is a set of tools and layout of views provided for Symbian OS development. This perspective is designed to work with Symbian OS C++ projects. The commonly used views include:</p>
	 <ul>
	   <li><a href="../reference/view_cpp_projects.htm">Project Explorer</a> view -   display<span><span>s   C/C++ projects located in the current workspace</span></span></li>
	   <li><a href="../reference/view_sym_proj_nav.htm">Symbian Project Navigator</a> view - shows all files that belong to the
		  current build configuration </li>
		<li><a href="../hints_tips.htm">Editor</a> view - one or more source code editor windows </li> 
	   <li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_outline_view.htm">Outline</a> view -   displays an outline of a structured C/C++ file that is currently open in the editor view </li>
		<li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm">Problems</a> view - displays build errors </li>
		<li><a href="../reference/view_log.htm">Console</a> view -   shows the output of a process and allows you to provide keyboard input to a 
process</li>
        <li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_properties_view.htm">Properties</a> view -   displays property names and basic properties of a selected resource</li>
	    <li><a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-31.htm">Tasks</a> view - <span>displays </span>tasks that you manually add</li>
	    <li><b>Include Browser</b> view  -  visualizes the include relations among files</li>
	    <li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_call_hierarchy_view.htm">Call Hierarchy</a> view - explore call-graphs by means of a tree</li>
	    <li><b>Type Hierarchy</b> view - presents inheritance relations and members of type</li>
        <li><a href="../reference/view_executables.htm">Executables</a> view - provides a dynamic list of executables and their related source files</li>
     </ul>
	 <p class="note"><b>NOTE</b> When launching a program to debug, the <a href="../reference/perspective_debug.htm">Debug</a> perspective appears.</p>

	 <p align="center"><img src="images/workbench.png" width="906" height="609" /></p>
   <p class="figure">Figure 1 - Carbide C/C++ perspective </p>
	 <p class="note"><b>NOTE</b> Click the <img src="../images/icons/double_arrow_icon.png" width="12" height="9" align="absmiddle" /> icon to show additional options that may not be visible in the perspective view.</p>
	 <p>For more information on perspectives see <b>Workbench User Guide &gt; Concepts &gt; <a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/concepts/concepts-4.htm">Perspectives</a></b>, and for views see  <b>C/C++ Development User Guide &gt; Reference
     &gt; <a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm">C/C++ Views and Editors</a></b>.</p>
	 <p>
		For more details on the Symbian OS Build Configurations, see 
	 <a href="build_configurations.htm">Active Configurations</a>. </p>
	 <h5>Related references</h5>
	 <ul>
	   <li>  <a href="../reference/perspective_debug.htm">Debug	Perspective</a></li>
       <li><a href="../reference/view_cpp_projects.htm">C/C++ Projects</a> view</li>
       <li><a href="../reference/view_sym_proj_nav.htm">Symbian Project Navigator</a> view </li>
   </ul>
	 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>


   </body>
   </html>