1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Bug 192932 - Patch for Frank - docs.

This commit is contained in:
Doug Schaefer 2007-06-18 15:28:59 +00:00
parent d1d84e9117
commit 777ead0e7f
8 changed files with 168 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,49 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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>Appearance preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Appearance preferences</h1>
<p>Customize the appearance of C elements in viewers using the <b>Appearance</b> preference panel.</p>
<p><img src="../images/view_appearance_prefs.png" width="627" height="524"></p>
<table width="700px" cellpadding="5" cellspacing="0" border="1" >
<caption>
<b>Appearance Options</b>
</caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<tbody>
<tr>
<td width="241" valign="top"><b>Show translation unit numbers </b></td>
<td width="433" valign="top">Activate this checkbox to show translation unit numbers. </td>
</tr>
<tr>
<td valign="top"><b>Group the includes in the C/C++ projects view </b></td>
<td valign="top">Activate this checkbox to group include files in the C/C++ project view. </td>
</tr>
<tr>
<td valign="top"><b>Group the includes in the outliner </b></td>
<td valign="top">Activate this checkbox to group include files in outline views. </td>
</tr>
<tr>
<td valign="top"><b>Group the namespaces in the outliner </b></td>
<td valign="top">Activate this checkbox to group files by namespaces in outline views. </td>
</tr>
</tbody>
</table>
<p><img src="../images/nokia2007Copyright.png" width="255" height="14"></p>
</body>
</html>

View file

@ -3,16 +3,74 @@
<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>
<title>Indexer Preference page</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Indexer Preference Page</h1>
<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" style="width: 580px; height: 532px;"><br>
alt="Indexer Preferences Window" ><br>
</p>
<p>The indexer preference page allows you to select which indexer is to
be used as a default for new projects.</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 in indexed files. This prevents some portions of CDT from working, like Call Hierarchy and Search. </td>
</tr>
<tr>
<td valign="top"><b>Skip type references (Search fort type references will not work) </b></td>
<td valign="top">Activate this checkbox to not index type references in indexed files. This prevents some portions of CDT from working, Search. </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>
@ -29,7 +87,8 @@ editor</a></p>
<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/ng00_05a.gif" alt="Copyright"
<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>

View file

@ -0,0 +1,50 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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>Language Mappings preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Language Mappings preferences</h1>
<p>Customize the use of C/C++ language associations in the <b>Language Mappings</b> preference panel for the workspace. </p>
<p><img src="../images/view_language_mappings_prefs.png" width="627" height="544"></p>
<table width="600" cellpadding="5" cellspacing="0" border="1" >
<caption>
<b>Language Mappings Options</b>
</caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<tbody>
<tr>
<td width="171" valign="top"><b>Content Type </b></td>
<td width="503" valign="top">The content type associated with the language. </td>
</tr>
<tr>
<td valign="top"><b>Language</b></td>
<td valign="top">The language associated with the content type. </td>
</tr>
<tr>
<td valign="top"><b>Add</b></td>
<td valign="top"><p>Click to show the <b>Add Mapping</b> dialog where you define the content type and language associated with it. </p>
<p align="center"><img src="../images/view_add_mapping.png" width="216" height="134"></p></td>
</tr>
<tr>
<td valign="top"><b>Remove</b></td>
<td valign="top">Click to remove the selected langauge mapping. </td>
</tr>
</tbody>
</table>
<p><img src="../images/nokia2007Copyright.png" width="255" height="14"></p>
</body>
</html>

View file

@ -49,6 +49,7 @@
<!-- PREFERENCE TOPICS -->
<topic label="C/C++ Preferences" href="reference/cdt_u_c_pref.htm">
<topic label="Appearance preferences" href="reference/cdt_u_appearance_pref.htm"/>
<topic label="Build Console preferences" href="reference/cdt_u_build_pref.htm"/>
<topic label="Debug preferences" href="reference/cdt_u_debug.htm">
@ -72,7 +73,9 @@
<topic label="Environment preferences" href="reference/cdt_u_environment_pref.htm"/>
<topic label="File Types" href="reference/cdt_u_c_file_types.htm"/>
<topic label="Language Mappings preferences" href="reference/cdt_u_appearance_pref.htm"/>
<topic label="Make" href="reference/cdt_u_make_pref.htm" >
<topic label="Makefile Editor" href="reference/cdt_u_makefile_settings_pref.htm"/>
<topic label="Settings" href="reference/cdt_u_make_settings_pref.htm"/>