Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 119e4479ac3107e8b6cb44a9136c888ef8e0db84 (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
<!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 for the workspace. </p>
<p><img src="../images/fileprop_language_mappings.png" width="790" height="451" alt="Language Mappings preference page"></p>

<table cellpadding="5" cellspacing="0" border="1" >
	<caption>
	<strong>Language Mappings Options</strong>
	</caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<tbody>
		<tr>
			<td width="171" valign="top"><strong>Content Type </strong></td>
			<td width="503" valign="top">The content type associated with the language. </td>
		</tr>
		<tr>
		  <td valign="top"><strong>Configuration</strong></td>
		  <td valign="top">Shows the list of configurations for the selected content type. </td>
	  </tr>
	  		<tr>
			<td valign="top"><strong>Language</strong></td>
			<td valign="top">Shows the list of corresponding languages associated with the configurations in the list for the specific content type. </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> - <a href="cdt_u_prop_general_lng.htm">Language Mapping page</a>
<li>File Properties, <a href="cdt_u_prop_general.htm">C/C++ General category</a> - <a href="cdt_u_fileprop_lng.htm">Language Mapping page</a>
</ul>
</p>

<p><img src="../images/nokiaCopyright.png" alt="Nokia Copyright Statement" width="255" height="14"></p>
</body>

</html>

Back to the top