1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 191059 - Patch for Frank for common source lookup path page.

This commit is contained in:
Doug Schaefer 2007-06-05 15:45:00 +00:00
parent 0209a3ac9b
commit 84b0aa3224
2 changed files with 45 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -4,31 +4,59 @@
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <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"> <link rel="stylesheet" type="text/css" href="../help.css">
</head> </head>
<body> <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> <dl>
<dt>Add</dt> <table width="600px" cellpadding="5" cellspacing="0" border="1" >
<dd>Insert a new source container.</dd> <caption>
<dt>Edit</dt> <b>Common Source Lookup Path Options </b>
<dd>Modify the currently selected souce container.</dd> </caption>
<dt>Remove</dt> <colgroup>
<dd>Remove the currently selected souce container.</dd> <col width="30%" valign="top" >
<dt>Up</dt> <col width="70%" valign="top" >
<dd>Move the currently selected source container higher in the list.</dd> </colgroup>
<dt>Down</dt> <tbody>
<dd>Move the currently selected source container lower in the list.</dd> <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> </dl>
<p><img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" ><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p> <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
</body> </body>
</html> </html>