mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
101 lines
4.8 KiB
HTML
101 lines
4.8 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Indexer preferences (C/C++)</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
<h1>Indexer preferences (C/C++)</h1>
|
|
<p>Use the <strong>Indexer</strong> preference page to select the indexer used by default for new projects and configure its behavior.</p>
|
|
<p> <img src="../images/indexer_preference_page.PNG"
|
|
alt="Indexer Preferences Window" ><br>
|
|
</p>
|
|
<table width="600" cellpadding="5" cellspacing="0" border="1" >
|
|
<caption>
|
|
<strong>Indexer Options</strong>
|
|
</caption>
|
|
<colgroup>
|
|
<col width="30%" valign="top" >
|
|
<col width="70%" valign="top" >
|
|
</colgroup>
|
|
<tbody>
|
|
<tr>
|
|
<td width="241" valign="top"><strong>Select Indexer </strong></td>
|
|
<td width="333" valign="top">Select the indexer to use by default for all new projects. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Index all files (files neither built nor included, also) </strong></td>
|
|
<td valign="top">Activate this checkbox to index all files </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Skip all references (Call Hierarchy and Search will not work) </strong></td>
|
|
<td valign="top">Activate this checkbox to not index references to save space and gain performance. This prevents some portions of CDT from working, like Call Hierarchy and search for references. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Skip type references (Search for type references will not work) </strong></td>
|
|
<td valign="top">Activate this checkbox to not index type references. This prevents some portions of CDT from working, like Search for type references. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Skip macro references (Search for macro references will not work) </strong></td>
|
|
<td valign="top">Activate this checkbox to not index macro references. This prevents some portions of CDT from working, like Search for macro references. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Files to index up-front </strong></td>
|
|
<td valign="top">Type a comma separated list of files that should always be indexed immediately. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Automatically update the index </strong></td>
|
|
<td valign="top">Activate this checkbox to have the index automatically update as it requires. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Update index immediately after every file change </strong></td>
|
|
<td valign="top">Activate this checkbox to force an index update whenever a file is saved. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Use active build configuration </strong></td>
|
|
<td valign="top">Activate this checkbox to always use the active build configuration indexer settings to build the index. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Use the build configuration specified in the project's indexer settings </strong></td>
|
|
<td valign="top">Activate this checkbox to always use the project's indexer settings to build the index. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Limit relative to the maximum heap size </strong></td>
|
|
<td valign="top">Specify the relative size limit the index can reach based on the maximum heap size. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Index database cache: Absolute limit </strong></td>
|
|
<td valign="top">Specify the maximum size the index database cache is limited to. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><strong>Header file cache: Absolute limit </strong></td>
|
|
<td valign="top">Specify the maximum size the header file cache is limited to. </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p><img style="border: 0px solid ; width: 143px; height: 21px;"
|
|
src="../images/ngconcepts.gif" alt="Related concepts"> <br>
|
|
<a href="../concepts/cdt_o_code_entry.htm">Coding aids</a><br>
|
|
<a href="../concepts/cdt_c_search.htm">C/C++ search</a></p>
|
|
<p><img style="border: 0px solid ; width: 143px; height: 21px;"
|
|
src="../images/ngtasks.gif" alt="Related tasks"> <br>
|
|
<a href="../tasks/cdt_t_search.htm">Searching for C/C++ elements</a><br>
|
|
<a href="../tasks/cdt_t_cust_cpp_editor.htm">Customizing the C/C++
|
|
editor</a></p>
|
|
<p><img style="border: 0px solid ; width: 143px; height: 21px;"
|
|
src="../images/ngref.gif" alt="Related reference">
|
|
<br>
|
|
<a href="cdt_u_search.htm">C/C++ search page, Search window</a><br>
|
|
<a href="cdt_u_m_search.htm">Search action</a><br>
|
|
<a href="cdt_u_search_view.htm">Search view</a><br>
|
|
</p>
|
|
<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" width="375" height="12"><br>
|
|
<img src="../images/ng00_05a.gif" alt="Copyright"
|
|
style="width: 324px; height: 14px;"><br>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
</body>
|
|
</html>
|