Skip to main content
summaryrefslogtreecommitdiffstats
blob: 12322ddfe1149661e4d959df26ab26fa79445f17 (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
66
67
68
<!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>Makefile Editor preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>

<h1>Makefile Editor preferences</h1>

<p>Use the <b>Makefile Editor</b> preference panel in the Preferences window to set syntax and folding options for the Makefile editor.</p>

<p><img src="../images/makefile_editor_prefs.png" alt="Makefile Editor Syntax tab"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
	<caption><b>Makefile Editor Syntax Options</b></caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<tbody>
		<tr>
			<td><b>Color</b></td>
			<td>Click to set the selected syntax item to a specific color.</td>
		</tr>
		<tr>
			<td><b>Bold</b></td>
			<td>If enabled, set the selected syntax item to <b>bold</b>.</td>
		</tr>
		<tr>
			<td><b>Italic</b></td>
			<td>If enabled, set the selected syntax item to <i>italic</i>.</td>
		</tr>
	</tbody>
</table>
<p><img src="../images/makefile_editor_folding_prefs.png" alt="Makefile Editor Folding tab"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
	<caption><b>Makefile Editor Folding Tab Options</b></caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<tbody>
		<tr>
			<td><b>Enable folding when opening a new editor</b></td>
			<td>If enabled, activate folding when a new Makefile editor is opened.</td>
		</tr>
	</tbody>
</table>

<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../reference/cdt_o_views.htm">Views</a></p>
<hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

</body>

</html>

Back to the top