Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 423dfdb9315bbd18698abfee60e9a35c6397f736 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Language Mappings preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>

<h1>Language Mappings preferences</h1>

<p>Customize the use of C/C++ language associations in the <b>Language Mappings</b> preference panel for the workspace. </p>
<p><img src="../images/view_language_mappings_prefs.png" width="627" height="544"></p>

<table width="600" cellpadding="5" cellspacing="0" border="1" >
	<caption>
	<b>Language Mappings  Options</b>
	</caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<tbody>
		<tr>
			<td width="171" valign="top"><b>Content Type </b></td>
			<td width="503" valign="top">The content type associated with the language. </td>
		</tr>
		<tr>
			<td valign="top"><b>Language</b></td>
			<td valign="top">The language associated with the content type. </td>
		</tr>
		<tr>
			<td valign="top"><b>Add</b></td>
			<td valign="top"><p>Click to show the <b>Add Mapping</b> dialog where you define the content type and language associated with it. </p>
		    <p align="center"><img src="../images/view_add_mapping.png" width="216" height="134"></p></td>
		</tr>
		<tr>
		  <td valign="top"><b>Remove</b></td>
		  <td valign="top">Click to remove the selected langauge mapping. </td>
	  </tr>
	</tbody>
</table>

<p><img border="0" src="../images/ngref.gif" alt="Related reference"
 width="143" height="21"><br>

<ul>
<li>Project Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a>
   <ul type="disc"> 
   <li><a href="cdt_u_prop_general_lng.htm">Language Mapping page</a>
   </ul>
<li>File Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a>
   <ul type="disc"> 
   <li><a href="cdt_u_fileprop_lng.htm">Language Mapping page</a>
   </ul>
</ul>
</p>

<p><img src="../images/nokia2007Copyright.png" width="255" height="14"></p>
</body>

</html>

Back to the top