mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
101 lines
4.6 KiB
HTML
101 lines
4.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Indexer Preference page</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
<h1>Indexer Preference page</h1>
|
|
<p>Use the <b>Indexer</b> 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>
|
|
<b>Indexer Options</b>
|
|
</caption>
|
|
<colgroup>
|
|
<col width="30%" valign="top" >
|
|
<col width="70%" valign="top" >
|
|
</colgroup>
|
|
<tbody>
|
|
<tr>
|
|
<td width="241" valign="top"><b>Select Indexer </b></td>
|
|
<td width="333" valign="top">Select the indexer to use by default for all new projects. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Index all files (files neither built nor included, also) </b></td>
|
|
<td valign="top">Activate this checkbox to index all files </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Skip all references (Call Hierarchy and Search will not work) </b></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"><b>Skip type references (Search for type references will not work) </b></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"><b>Skip macro references (Search for macro references will not work) </b></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"><b>Files to index up-front </b></td>
|
|
<td valign="top">Type a comma separated list of files that should always be indexed immediately. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Automatically update the index </b></td>
|
|
<td valign="top">Activate this checkbox to have the index automatically update as it requires. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Update index immediately after every file change </b></td>
|
|
<td valign="top">Activate this checkbox to force an index update whenever a file is saved. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Use active build configuration </b></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"><b>Use the build configuration specified in the project's indexer settings </b></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"><b>Limit relative to the maximum heap size </b></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"><b>Index database cache: Absolute limit </b></td>
|
|
<td valign="top">Specify the maximum size the index database cache is limited to. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Header file cache: Absolute limit </b></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/nokia2007Copyright.png" width="255" height="14"><br>
|
|
<img src="../images/ng00_05a.gif" alt="Copyright"
|
|
style="width: 324px; height: 14px;"><br>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
</body>
|
|
</html>
|