Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm
index 0271a4d7ba0..043cf33c32c 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_resource.htm
@@ -23,44 +23,44 @@
</colgroup>
<tbody>
<tr>
- <td><dt>Path</dt></td>
+ <td><b>Path</b></td>
<td>Specifies the location of the selected resource type within the workspace. For example, similar to folders, projects map to directories in the file system.</td>
</tr>
<tr>
- <td><dt>Type</dt></td>
+ <td><b>Type</b></td>
<td>Indicates the type for the selected resource: <b>Folder</b>, <b>Project</b>, or <b>File</b>.</td>
</tr>
<tr>
- <td><dt>Location</dt></td>
+ <td><b>Location</b></td>
<td>Specifics the location of the selected resource within the file system.</td>
</tr>
<tr>
- <td><dt>Last modified</dt></td>
+ <td><b>Last modified</b></td>
<td>Shows the date that the selected resource was last modified.</td>
</tr>
<tr>
- <td><dt>Text file encoding</dt></td>
+ <td><b>Text file encoding</b></td>
<td>Sets an alternate text encoding. Because text files are encoded differently (depending on the locale and platform), use the default text file encoding for the locale of your host operating system. However, if you want to work with text files that originate from another source (for example, to work with text files that use a different encoding scheme than your native one, so that you can easily exchange files with another team), choose <b>Other</b> and select an appropriate one from the list.</td>
</tr>
<tr>
- <td><dt>Inherited from container</dt></td>
+ <td><b>Inherited from container</b></td>
<td>When enabled, the selected resource inherits the text encoding specified for it's container resource.</td>
</tr>
<tr>
- <td><dt>Other</dt></td>
+ <td><b>Other</b></td>
<td>When enabled, the selected resource uses an alternate text encoding other than that specified for its container resource. You can enable this option if you want to work with text files that originate from another source (ones that use a different encoding scheme than your native one), so that you can easily exchange files with others.</td>
</td>
</tr>
<tr>
- <td><dt>New text file line delimiter</dt></td>
+ <td><b>New text file line delimiter</b></td>
<td>Specifies the end of line character(s) to use for new text files being created.</td>
</tr>
<tr>
- <td><dt>Inherited from container</dt></td>
+ <td><b>Inherited from container</b></td>
<td>When enabled, the selected resource inherits the character line ending for new text files specified for it's container resource.</td>
</tr>
<tr>
- <td><dt>Other</dt></td>
+ <td><b>Other</b></td>
<td>When enabled, the selected resource uses an alternate end of line character(s) for new text files other than that specified for its container resource. For example, you can set the <b>Text file encoding</b> option to UTF-8, and then set the line endings character for new files to <b>Unix</b>, so that text files are saved in a format that is not specific to the Windows operating system, and the files can easily be shared amongst various developer systems.</td>
</td>
</tr>

Back to the top