carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/concepts/cdt_c_indexer.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
  <meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
  <title>C/C++ Indexer</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
  <link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<h1>C/C++ Indexer</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
<p>The C/C++ indexer uses the parser to create a database of your
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
source and header files that provides the basis for C/C++ search,
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
navigation features and parts of content assist.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
<p>The indexer runs on a background thread and reacts to resource
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
change events such as:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
<ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
  <li>C/C++ project creation/deletion</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
  <li>Source files creation/deletion</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
  <li>File imports</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
  <li>Source file content changes</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
</ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
<p>It is possible to customize the behavior of the indexer through the
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
use of source folders or even turn it off completely. This customizable
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
behavior is available on a per-project basis (i.e. it is possible to
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
have different indexer settings for each project in your workspace). <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
<p>CDT supports the contribution of additional indexers, with 2
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
indexers being provided with the default CDT release:<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
<ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
  <li>Fast C/C++ Indexer : provides fastest indexing capabilities - both
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
declarations and cross reference information. This is the recommended indexer.<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
  </li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
  <li>Full C/C++ Indexer : provides even more accurate indexing capabilities at the cost of performance - both
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
declarations and cross reference information.<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
  </li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
</ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
 width="143" height="21"> <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
<a href="cdt_c_search.htm">C/C++ search</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
<a href="cdt_c_indexer_open_close.htm">C/C++ Indexer Opening or Closing
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
a project</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
<a href="cdt_c_indexer_prog_bar.htm">C/C++ Indexer Progress Bar</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
<p><img border="0" src="../images/ngtasks.gif" alt="Related tasks"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
 width="143" height="21"><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
elements</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
<a
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
 href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
 width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
dialog box</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
<a href="../reference/cdt_u_prop_general_idx.htm">C/C++ Project Properties, Indexer</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
<p>&nbsp;</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
<img src="../images/ng00_07.gif" alt="IBM Copyright Statement"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
 style="width: 324px; height: 14px;">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
</html>