1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-17 13:15:44 +02:00

Added 3 missing options and revised image for Appearance pref panel

This commit is contained in:
L. Frank Turovich 2010-04-18 15:23:36 +00:00
parent 6f275df810
commit 22c45ad73b
2 changed files with 25 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -6,31 +6,36 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Appearance preferences</title> <title>Appearance preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css"> <link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
</head> </head>
<body> <body>
<h1>Appearance preferences</h1> <h1>Appearance preferences</h1>
<p>Use the <strong>Appearance</strong> panel of the Preferences window to customize the appearance of C elements in the viewers.</p> <p>Use the <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.ui.preferences.AppearancePreferencePage)")'>Appearance</a> panel of the <b>Preferences</b> window to customize the appearance of C elements in the viewers. Click <b>Window > Preferences > C/C++ > Appearance</b> to open.</p>
<p><img src="../images/view_appearance_prefs.png" alt="Appearance Preference"></p> <p><img src="../images/view_appearance_prefs.png" alt="Appearance Preference"></p>
<table width="700px" cellpadding="5" cellspacing="0" border="1" > <table width="700px" cellpadding="4" cellspacing="0" border="1" fgcolor="EEE" >
<caption> <caption>
<strong>Appearance Options</strong> <strong>Appearance Options</strong>
</caption> </caption>
<colgroup> <colgroup>
<col width="30%" valign="top" > <col width="35%" valign="top" >
<col width="70%" valign="top" > <col width="65%" valign="top" >
</colgroup> </colgroup>
<tbody> <tbody>
<tr align="center">
<td width="35%"><strong>Option</strong></td>
<td width="65%"><strong>Description</strong></td>
</tr>
<tr> <tr>
<td width="241" valign="top"><strong>Show translation unit members </strong></td> <td width="35%" valign="top"><strong>Show translation unit members </strong></td>
<td width="433" valign="top">Select this option to show translation unit members in Project Explorer and C/C++ Projects view. </td> <td width="65%" valign="top">Select this option to show translation unit members in the Project Explorer and C/C++ Projects views. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Group include directives in Project Explorer and C/C++ Projects view </strong></td> <td valign="top"><strong>Group include directives in Project Explorer and C/C++ Projects view </strong></td>
<td valign="top">Select this option to group include directives in Project Explorer and C/C++ Projects view. </td> <td valign="top">Select this option to group include directives in the Project Explorer and C/C++ Projects views. </td>
</tr> </tr>
<tr> <tr>
<td valign="top"><strong>Group include directives in the Outline view </strong></td> <td valign="top"><strong>Group include directives in the Outline view </strong></td>
@ -44,9 +49,21 @@
<td valign="top"><strong>Group method definitions in the Outline view </strong></td> <td valign="top"><strong>Group method definitions in the Outline view </strong></td>
<td valign="top">Select this option to group method definitions for the same type in the Outline view. </td> <td valign="top">Select this option to group method definitions for the same type in the Outline view. </td>
</tr> </tr>
<tr>
<td valign="top"><strong>Group macro definitions in the Project Explorer and C/C++ Project views.</strong></td>
<td valign="top">Select this option to group method definitions for the same type in the Project Explorer and C/C++ Project views.</td>
</tr>
<tr>
<td valign="top"><strong>Group macro definitions in the Outline view.</strong></td>
<td valign="top">Select this option to group macro definitions in the Outline view. </td>
</tr>
<tr> <tr>
<td valign="top"><strong>Sort header files before source files in Project Explorer and C/C++ Projects view </strong></td> <td valign="top"><strong>Sort header files before source files in Project Explorer and C/C++ Projects view </strong></td>
<td valign="top">Select this option to separate header and source files in Project Explorer and C/C++ Projects view. </td> <td valign="top">Select this option to separate header and source files in the Project Explorer and C/C++ Projects views. </td>
</tr>
<tr>
<td valign="top"><strong>Show source roots at top of project</strong></td>
<td valign="top">Select this option to group source roots at the top of project views. </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>