Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-06-05 15:45:00 +0000
committerDoug Schaefer2007-06-05 15:45:00 +0000
commit84b0aa3224d50fe4aa568ecbf933d28ede5da679 (patch)
treedd5aae74c4401de896e91f032ab2a1036d37c943 /doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm
parent0209a3ac9b58a33a4ca2e0a32253653e17b62776 (diff)
downloadorg.eclipse.cdt-84b0aa3224d50fe4aa568ecbf933d28ede5da679.tar.gz
org.eclipse.cdt-84b0aa3224d50fe4aa568ecbf933d28ede5da679.tar.xz
org.eclipse.cdt-84b0aa3224d50fe4aa568ecbf933d28ede5da679.zip
Bug 191059 - Patch for Frank for common source lookup path page.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm62
1 files changed, 45 insertions, 17 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm
index 2cedbede700..46b264d2ad0 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_src.htm
@@ -4,31 +4,59 @@
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>Source Code Locations page, Preferences window</title>
+ <title>Common Source Lookup Path preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
-<h1>Common Source Lookup Path page, Preferences window</h1>
+<h1>Common Source Lookup Path preference</h1>
-<p>You can add or remove source containers by clicking <b>Window &gt; Preferences &gt; C/C++ &gt; Debug &gt; Common Source Lookup Path</b>.</p>
+<p>Use the <b>Common Source Lookup Path</b> preference page to add or remove source containers.</p>
-<img src="../images/debug_src_pref.png" alt="Debug Source Code Locations Preferences">
+<p><img src="../images/debug_src_pref.png" alt="Debug Source Code Locations Preferences" width="627" height="544"></p>
<dl>
- <dt>Add</dt>
- <dd>Insert a new source container.</dd>
- <dt>Edit</dt>
- <dd>Modify the currently selected souce container.</dd>
- <dt>Remove</dt>
- <dd>Remove the currently selected souce container.</dd>
- <dt>Up</dt>
- <dd>Move the currently selected source container higher in the list.</dd>
- <dt>Down</dt>
- <dd>Move the currently selected source container lower in the list.</dd>
+ <table width="600px" cellpadding="5" cellspacing="0" border="1" >
+ <caption>
+ <b>Common Source Lookup Path Options </b>
+ </caption>
+ <colgroup>
+ <col width="30%" valign="top" >
+ <col width="70%" valign="top" >
+ </colgroup>
+ <tbody>
+ <tr>
+ <td width="99" valign="top"><dt>Add...</dt></td>
+ <td width="475"><p>Opens the <b>Add Source</b> dialog to insert a new source container of one of the following types:</p>
+ <ul>
+ <li>File System Directory</li>
+ <li>Path Mapping</li>
+ <li>Project</li>
+ <li>Workspace</li>
+ <li>Workspace Folder </li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top"><dt>Edit...</dt></td>
+ <td>Opens the <b>Edit File System Director</b>y dialog to modify the currently selected souce container.</td>
+ </tr>
+ <tr>
+ <td valign="top"><dt>Remove</dt></td>
+ <td>Remove the currently selected souce container.</td>
+ </tr>
+ <tr>
+ <td valign="top"><dt>Up</dt></td>
+ <td>Move the currently selected source container higher in the list.</td>
+ </tr>
+ <tr>
+ <td valign="top"><b>Down</b></td>
+ <td>Move the currently selected source container lower in the list.</td>
+ </tr>
+ </tbody>
+ </table>
</dl>
-
-<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
-
+<p><img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" ><br>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body>
</html> \ No newline at end of file

Back to the top