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:
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 |
|
@ -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 > Preferences > C/C++ > Debug > 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>
|
Loading…
Add table
Reference in a new issue