Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm
index c06657f7742..9b0f1870257 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_prop_pages.htm
@@ -23,40 +23,40 @@
</colgroup>
<thead>
<tr>
- <th><b>Option</b></th>
- <th><b>Description</b></th>
+ <th><strong>Option</strong></th>
+ <th><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr valign="top" >
- <td><b>Show 'Manage Configurations...' button</b></td>
+ <td><strong>Show 'Manage Configurations...' button</strong></td>
<td>Shows or hides corresponding button, normally placed on every property page.<br>
If this button is hidden, Manage operation can be accessed from Main Menu or Context Menu.</td>
</tr>
<tr valign="top" >
- <td><b>Display 'Data hierarchy' tab</b></td>
+ <td><strong>Display 'Data hierarchy' tab</strong></td>
<td>Displays auxiliary tab which allows browsing data of project configurations.
This feature is useful for debug purposes mostly, so it's disabled by default.</td>
</tr>
<tr valign="top" >
- <td><b>Display tool option tips of 'Tool Settings' tab at fixed location</b></td>
+ <td><strong>Display tool option tips of 'Tool Settings' tab at fixed location</strong></td>
<td></td>
</tr>
<tr valign="top" >
- <td><b>Display 'Tool Chain Editor' tab</b></td>
+ <td><strong>Display 'Tool Chain Editor' tab</strong></td>
<td>Shows or hides corresponding tab. Normally, users need not to edit tool chains manually.</td>
</tr>
<tr valign="top" >
- <td><b>Save Property Dialog Bounds</b></td>
+ <td><strong>Save Property Dialog Bounds</strong></td>
<td>Defines how property dialog parameters are preserved:
<ul>
- <li><b>Save size only</b> - position is set by system</li>
- <li><b>Save size and position</b> - next time, dialog is shown at the same place with the same size</li>
- <li><b>Do not save at all</b> - size and position is set by system each time dialog is shown</li>
+ <li><strong>Save size only</strong> - position is set by system</li>
+ <li><strong>Save size and position</strong> - next time, dialog is shown at the same place with the same size</li>
+ <li><strong>Do not save at all</strong> - size and position is set by system each time dialog is shown</li>
</ul></td>
</tr>
<tr valign="top" >
- <td><b>Discovery Profiles Naming Rule</b></td>
+ <td><strong>Discovery Profiles Naming Rule</strong></td>
<td>Discovery profiles have unique IDs, but their names may be duplicate,
especially if they are contributed by different developers. So there
are 4 way to distinguish them in the list on Discovery tab:

Back to the top