srcanaapps/codescannerextn/com.nokia.carbide.cpp.codescanner/html/cheatsheets/Using_CodeScanner.xml
author noe\swadi
Tue, 23 Feb 2010 10:27:57 +0530
changeset 3 ec51f72aa69a
parent 1 9176d200b8fe
permissions -rw-r--r--
Licenses updated to EPL.

<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="CodeScanner Quick Start">
   <intro href="/com.nokia.carbide.cpp.codescanner/html/overview_cs.htm">
      <description>
         Follow these instructions to quickly validate Symbian OS projects and files with CodeScanner.
      </description>
   </intro>
   <item title="Configure CodeScanner" dialog="true" skip="true" href="/com.nokia.carbide.cpp.codescanner/html/pref_codescanner_01.htm">
      <description>
         Use the CodeScanner preference panels to configure how CodeScanner validates projects and files.
      </description>
      <command serialization="org.eclipse.ui.window.preferences(preferencePageId=com.nokia.carbide.cpp.codescanner.ui.CSPreferencePage)" confirm="false">
      </command>
   </item>
   <item title="Run CodeScanner" dialog="true" skip="false" href="/com.nokia.carbide.cpp.codescanner/html/run_cs.htm">
      <description>
         Click <b>Project &gt; Run CodeScanner</b> to scan the current Symbian OS project and generate reports.
      </description>
      <subitem label="Right-click a project and select Run CodeScanner to scan the project folder and files" skip="true">
      </subitem>
      <subitem label="Select a project and click Run &gt; Run CodeScanner on Project MMP to scan the selected .MMP file, plus any user include path(s)/source file(s)/resource file(s) listed in the .MMP file" skip="true">
      </subitem>
      <subitem
            label="Select a project and click Run &gt; Run CodeScanner on Project INF to scan the selected .INF file, plus any .MMP file(s) listed in that .INF file">
      </subitem>
   </item>
   <item title="Review CodeScanner results" dialog="true" skip="false" href="/com.nokia.carbide.cpp.codescanner/html/view_output.htm">
      <description>
         Review the reports generated by CodeScanner to learn how well the project faired.
      </description>
   </item>
</cheatsheet>