fix bug 9031 - added source root optin to table and updated image
authorfturovic <frank.turovich@nokia.com>
Fri, 05 Jun 2009 16:10:32 -0500
changeset 22 15beacfadfc7
parent 21 414098b7d47d
child 23 7357eeb2874f
fix bug 9031 - added source root optin to table and updated image
cdt/cdt_5_0_x/org.eclipse.cdt.doc.user/images/icon_source_root.png
cdt/cdt_5_0_x/org.eclipse.cdt.doc.user/images/view_appearance_prefs.png
cdt/cdt_5_0_x/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm
Binary file cdt/cdt_5_0_x/org.eclipse.cdt.doc.user/images/icon_source_root.png has changed
Binary file cdt/cdt_5_0_x/org.eclipse.cdt.doc.user/images/view_appearance_prefs.png has changed
--- a/cdt/cdt_5_0_x/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm	Fri Jun 05 14:32:14 2009 -0500
+++ b/cdt/cdt_5_0_x/org.eclipse.cdt.doc.user/reference/cdt_u_appearance_pref.htm	Fri Jun 05 16:10:32 2009 -0500
@@ -1,53 +1,57 @@
-<!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" width="635" height="544"></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>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"></p>
-</body>
-
-</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" width="635" height="544"></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>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>
+		<tr>
+			<td valign="top"><b>Show source roots at top of project</b></td>
+			<td valign="top">Select this option to reduce the number of targeted source roots, which can reduce indexing time on large projects. Deselecting this option allows for more targeted source roots (default). Source root folders are identified by the source root icon (<img src="../images/icon_source_root.png" width="17" height="14" align="absmiddle" >).</td>
+	  </tr>
+	</tbody>
+</table>
+
+<p><img src="../images/nokia2009Copyright.png" width="255" height="14"></p>
+</body>
+
+</html>