View | Details | Raw Unified | Return to bug 160207 | Differences between
and this patch

Collapse All | Expand All

(-)org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm (-42 / +43 lines)
Lines 1-43 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
<html lang="en">
2
<html lang="en">
3
<head>
3
<head>
4
<meta http-equiv="Content-Language" content="en-us">
4
<meta http-equiv="Content-Language" content="en-us">
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
<title>Autosaving on a build</title>
6
<title>Autosaving on a build</title>
7
<link rel="stylesheet" type="text/css" href="../help.css">
7
<link rel="stylesheet" type="text/css" href="../help.css">
8
</head>
8
</head>
9
9
10
<body>
10
<body>
11
11
12
<h1>Autosaving on a build</h1>
12
<h1>Autosaving on a build</h1>
13
13
14
<p>You can let the CDT save modified files whenever you perform a manual build. 
14
<p>You can let Eclipse save modified files whenever you perform a manual build. 
15
The files are saved before the build is performed so that the latest 
15
The files are saved before the build is performed so that the latest 
16
version of your files is built. You can view the output of the make 
16
version of your files is built. You can view the output of the make 
17
utility in the Console view.</p>
17
utility in the Console view.</p>
18
18
19
<p>To save resources before manual builds:</p>
19
<p>To save resources before manual builds:</p>
20
<ol>
20
<ol>
21
  <li>Click <b>Window &gt; Preferences</b>. </li>
21
  <li>Click <b>Window &gt; Preferences</b>. </li>
22
  <li>Select <b>Workbench</b> from the list.<br>
22
  <li>Select <b>General > Workspace</b> from the list.<br>
23
  <img src="../images/workbench_prop.png" alt="Workbench Properties options window"></li>
23
  <img src="../images/workbench_prop.png" alt="Workbench Properties options window"></li>
24
  <li>On the Workbench page, select the <b>Save automatically before build</b> check box.<li>Click <b>OK</b>.</li>
24
  <li>On the Workspace page, select the <b>Save automatically before build</b> check box.
25
</ol>
25
  <li>Click <b>OK</b>.</li>
26
<p>The CDT will now save your resources when you build a project.</p>
26
</ol>
27
27
<p>Eclipse will now save your resources when you build a project.</p>
28
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
28
29
<br>
29
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
30
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
30
<br>
31
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
31
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
32
<br>
32
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
33
<a href="cdt_t_proj_build_set.htm">Defining build settings</a><br>
33
<br>
34
<a href="cdt_o_build_task.htm">Building</a></p>
34
<a href="cdt_t_proj_build_set.htm">Defining build settings</a><br>
35
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
35
<a href="cdt_o_build_task.htm">Building</a></p>
36
<br>
36
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
37
<a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p><p>
37
<br>
38
38
<a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page, C/C++ Properties window</a></p><p>
39
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
39
40
40
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
41
</body>
41
42
42
</body>
43
43
</html>
44
</html>

Return to bug 160207