core/com.nokia.carbide.cpp.codescanner/html/run_cs_plugin.htm
author fturovic <frank.turovich@nokia.com>
Tue, 07 Apr 2009 13:55:47 -0500
branchRCL_2_0
changeset 69 cab50ba61335
parent 2 d760517a8095
permissions -rw-r--r--
added info on IAD custom rules
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
cawthron
parents:
diff changeset
     2
<title>Running CodeScanner within Carbide</title>
cawthron
parents:
diff changeset
     3
<link rel="StyleSheet" href="../book.css" type="text/css"/>
cawthron
parents:
diff changeset
     4
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
cawthron
parents:
diff changeset
     5
<style type="text/css">
cawthron
parents:
diff changeset
     6
<!--
cawthron
parents:
diff changeset
     7
.style2 {
cawthron
parents:
diff changeset
     8
	color: #FF0000;
cawthron
parents:
diff changeset
     9
	font-weight: bold;
cawthron
parents:
diff changeset
    10
}
cawthron
parents:
diff changeset
    11
-->
cawthron
parents:
diff changeset
    12
</style>
cawthron
parents:
diff changeset
    13
</head>
cawthron
parents:
diff changeset
    14
   <body>
cawthron
parents:
diff changeset
    15
   <div class="Head1">
cawthron
parents:
diff changeset
    16
<h2>Running CodeScanner within Carbide </h2>
cawthron
parents:
diff changeset
    17
</div>
cawthron
parents:
diff changeset
    18
   <p>CodeScanner  is run as a plugin within Carbide.c++. The results of the scan are directed to the 
cawthron
parents:
diff changeset
    19
   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>
cawthron
parents:
diff changeset
    20
   <div class="step">
cawthron
parents:
diff changeset
    21
     <h4>Running CodeScanner on a project directory</h4>
cawthron
parents:
diff changeset
    22
     <ol>
cawthron
parents:
diff changeset
    23
       <li>Select  a project resource (project, folder, or file) in a view <br />
cawthron
parents:
diff changeset
    24
       <p>You can select a resource in one of the following views: C/C++ Project, Navigator, Project Explorer, or Symbian Project Navigator.</p>
cawthron
parents:
diff changeset
    25
       </li>
cawthron
parents:
diff changeset
    26
       <li>Click the Project &gt; Run CodeScanner menu item<br />
cawthron
parents:
diff changeset
    27
       <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>
cawthron
parents:
diff changeset
    28
       </li>
cawthron
parents:
diff changeset
    29
     </ol>
cawthron
parents:
diff changeset
    30
     <blockquote>
cawthron
parents:
diff changeset
    31
       <p align="center"><img src="images/menu_run_codescanner.png" width="317" height="306" alt="" /></p>
cawthron
parents:
diff changeset
    32
       <p align="center" class="figure">Figure 1. Run CodeScanner from the Project menu </p>
cawthron
parents:
diff changeset
    33
     </blockquote>
cawthron
parents:
diff changeset
    34
   </div>
cawthron
parents:
diff changeset
    35
   <div class="step">
cawthron
parents:
diff changeset
    36
     <h4>Running CodeScanner on a single source file </h4>
cawthron
parents:
diff changeset
    37
     <ol>
cawthron
parents:
diff changeset
    38
       <li>Right-click a project file in a view</li>
cawthron
parents:
diff changeset
    39
       <li>Choose Run CodeScanner from the context menu<br />
cawthron
parents:
diff changeset
    40
       <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>
cawthron
parents:
diff changeset
    41
       </li>
cawthron
parents:
diff changeset
    42
     </ol>
cawthron
parents:
diff changeset
    43
   </div>
cawthron
parents:
diff changeset
    44
   <p><b>Related references </b> </p>
cawthron
parents:
diff changeset
    45
   <ul>
cawthron
parents:
diff changeset
    46
     <li><a href="run_cs.htm">Running CodeScanner </a></li>
cawthron
parents:
diff changeset
    47
   </ul>
cawthron
parents:
diff changeset
    48
   <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>
cawthron
parents:
diff changeset
    49
   </body>
cawthron
parents:
diff changeset
    50
   </html>
cawthron
parents:
diff changeset
    51