Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-04-16 13:38:25 +0000
committerDoug Schaefer2007-04-16 13:38:25 +0000
commita50038b47fc204de70867a3c3dd3e2693e51aeee (patch)
tree6a6500002df176810a740ca35be9d809eb39a422 /doc/org.eclipse.cdt.doc.user
parentff289ac922255954f8b740ae5fe77ced61fb2f09 (diff)
downloadorg.eclipse.cdt-a50038b47fc204de70867a3c3dd3e2693e51aeee.tar.gz
org.eclipse.cdt-a50038b47fc204de70867a3c3dd3e2693e51aeee.tar.xz
org.eclipse.cdt-a50038b47fc204de70867a3c3dd3e2693e51aeee.zip
Patch for Frank@Nokia - 160207 - Revise the auto save page.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user')
-rw-r--r--doc/org.eclipse.cdt.doc.user/images/workbench_prop.pngbin10555 -> 23018 bytes
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm9
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/images/workbench_prop.png b/doc/org.eclipse.cdt.doc.user/images/workbench_prop.png
index e0a59c58a69..d674b478475 100644
--- a/doc/org.eclipse.cdt.doc.user/images/workbench_prop.png
+++ b/doc/org.eclipse.cdt.doc.user/images/workbench_prop.png
Binary files differ
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm
index 04397e5800a..496e52999c6 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_autosave.htm
@@ -11,7 +11,7 @@
<h1>Autosaving on a build</h1>
-<p>You can let the CDT save modified files whenever you perform a manual build.
+<p>You can let Eclipse save modified files whenever you perform a manual build.
The files are saved before the build is performed so that the latest
version of your files is built. You can view the output of the make
utility in the Console view.</p>
@@ -19,11 +19,12 @@ utility in the Console view.</p>
<p>To save resources before manual builds:</p>
<ol>
<li>Click <b>Window &gt; Preferences</b>. </li>
- <li>Select <b>Workbench</b> from the list.<br>
+ <li>Select <b>General > Workspace</b> from the list.<br>
<img src="../images/workbench_prop.png" alt="Workbench Properties options window"></li>
- <li>On the Workbench page, select the <b>Save automatically before build</b> check box.<li>Click <b>OK</b>.</li>
+ <li>On the Workspace page, select the <b>Save automatically before build</b> check box.
+ <li>Click <b>OK</b>.</li>
</ol>
-<p>The CDT will now save your resources when you build a project.</p>
+<p>Eclipse will now save your resources when you build a project.</p>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>

Back to the top