mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
57 lines
2.2 KiB
HTML
57 lines
2.2 KiB
HTML
<!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>Use the <b>Appearance</b> panel of the Preferences window to customize the appearance of C elements in the viewers.</p>
|
|
<p><img src="../images/view_appearance_prefs.png" alt="Appearance Preference"></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 members </b></td>
|
|
<td width="433" valign="top">Select this option to show translation unit members in Project Explorer and C/C++ Projects view. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Group include directives in Project Explorer and C/C++ Projects view </b></td>
|
|
<td valign="top">Select this option to group include directives in Project Explorer and C/C++ Projects view. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Group include directives in the Outline view </b></td>
|
|
<td valign="top">Select this option to group include directives in the Outline view. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Group namespaces in the Outline view </b></td>
|
|
<td valign="top">Select this option to group namespace declarations in the Outline view. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Group method definitions in the Outline view </b></td>
|
|
<td valign="top">Select this option to group method definitions for the same type in the Outline view. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Sort header files before source files in Project Explorer and C/C++ Projects view </b></td>
|
|
<td valign="top">Select this option to separate header and source files in Project Explorer and C/C++ Projects view. </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p><img src="../images/nokia2007Copyright.png" width="255" height="14" alt="Nokia Copyright Statement"></p>
|
|
</body>
|
|
|
|
</html>
|