core/com.nokia.carbide.cpp.doc.user/html/concepts/CarbidePerspective.html
author fturovic <frank.turovich@nokia.com>
Wed, 16 Jun 2010 11:39:35 -0500
changeset 1475 fb0e02cb252b
parent 1448 e1fbef8f8f8c
child 1658 2a5c0df13bad
permissions -rw-r--r--
minor edits and updated images
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1448
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     2
<title>Carbide.c++ perspective</title>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     3
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     4
</head>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     5
   <body>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     6
     <h2>Carbide.c++ perspective</h2>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     7
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     8
	  
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     9
	 <p>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    10
	 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>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    11
	 <ul>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    12
	   <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>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    13
	   <li><a href="../reference/view_sym_proj_nav.htm">Symbian Project Navigator</a> view - shows all files that belong to the
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    14
		  current build configuration </li>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    15
		<li><a href="../hints_tips.htm">Editor</a> view - one or more source code editor windows </li> 
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    16
	   <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>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    17
		<li><a href="../reference/view_install_extensions.htm">Install Extensions</a> view - displays a list of installable plug-ins</li>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    18
		<li><a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_u_problems_view.htm">Problems</a> view - displays build errors </li>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    19
		<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 
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    20
process</li>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    21
        <li><a href="../reference/view_executables.htm">Executables</a> view - provides a dynamic list of executables and their related source files</li>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    22
	    <li><a href="../reference/trk/view_remote_connection.htm">Remote Connections</a> view &ndash; use to monitor, create, edit, or remove  common  connection settings</li>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    23
	 </ul>
1475
fb0e02cb252b minor edits and updated images
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
    24
     <p align="center"><img src="images/workbench.png" width="1028" height="789" /></p>
1448
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    25
   <p class="figure">Figure 1 - Carbide C/C++ perspective </p>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    26
	 <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>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    27
	 <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
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    28
     &gt; <a href="PLUGINS_ROOT/org.eclipse.cdt.doc.user/reference/cdt_o_views.htm">C/C++ Views and Editors</a></b>.</p>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    29
	 <p>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    30
		For more details on the Symbian OS Build Configurations, see 
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    31
	 <a href="build_configurations.htm">Active Configurations</a>. </p>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    32
	 <h5>Related references</h5>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    33
	 <ul>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    34
	   <li>  <a href="../reference/perspective_debug.htm">Debug	Perspective</a></li>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    35
       <li><a href="../reference/view_cpp_projects.htm">Project Explorer</a> view</li>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    36
       <li><a href="../reference/view_sym_proj_nav.htm">Symbian Project Navigator</a> view </li>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    37
   </ul>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    38
	 <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>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    39
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    40
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    41
   </body>
e1fbef8f8f8c added Install Extension view page and related images and links
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    42
   </html>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    43