core/com.nokia.carbide.cpp.codescanner/html/run_cs_plugin.htm
author cawthron
Mon, 24 May 2010 15:37:56 -0500
branchC3_BUILDER_WORK
changeset 1393 42f6165e68df
parent 0 fb279309251b
permissions -rw-r--r--
write .branch.txt to make the new head

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
<title>Running CodeScanner within Carbide</title>
<link rel="StyleSheet" href="../book.css" type="text/css"/>
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<style type="text/css">
<!--
.style2 {
	color: #FF0000;
	font-weight: bold;
}
-->
</style>
</head>
   <body>
   <div class="Head1">
<h2>Running CodeScanner within Carbide </h2>
</div>
   <p>CodeScanner  is run as a plugin within Carbide.c++. The results of the scan are directed to the 
   Console and Problems views, which provides quick access to the offending code in the source file. CodeScanner can be invoked from the menubar or a context menu. </p>
   <div class="step">
     <h4>Running CodeScanner on a project directory</h4>
     <ol>
       <li>Select  a project resource (project, folder, or file) in a view <br />
       <p>You can select a resource in one of the following views: C/C++ Project, Navigator, Project Explorer, or Symbian Project Navigator.</p>
       </li>
       <li>Click the Project &gt; Run CodeScanner menu item<br />
       <p>CodeScanner scans the project associated with the selected resource using the process explained in <a href="run_cs.htm">Running CodeScanner</a> as determined by the resource type. </p>
       </li>
     </ol>
     <blockquote>
       <p align="center"><img src="images/menu_run_codescanner.png" width="317" height="306" alt="" /></p>
       <p align="center" class="figure">Figure 1. Run CodeScanner from the Project menu </p>
     </blockquote>
   </div>
   <div class="step">
     <h4>Running CodeScanner on a single source file </h4>
     <ol>
       <li>Right-click a project file in a view</li>
       <li>Choose Run CodeScanner from the context menu<br />
       <p>CodeScanner scans the selected file using the process explained in <a href="run_cs.htm">Running CodeScanner</a> as determined by the file type.</p>
       </li>
     </ol>
   </div>
   <p><b>Related references </b> </p>
   <ul>
     <li><a href="run_cs.htm">Running CodeScanner </a></li>
   </ul>
   <div id="footer">Copyright &copy; 2009 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>