Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Frank Turovich2010-05-13 02:21:52 +0000
committerL. Frank Turovich2010-05-13 02:21:52 +0000
commitc41cae33cbbcd751db6b5fafceb96dea522dd4fb (patch)
tree09d1cdf66e053885dbbddc039896f534ef812b78 /doc/org.eclipse.cdt.doc.user/tasks
parent53845ca38eb128661d3097bbce402c7875c2da2b (diff)
downloadorg.eclipse.cdt-c41cae33cbbcd751db6b5fafceb96dea522dd4fb.tar.gz
org.eclipse.cdt-c41cae33cbbcd751db6b5fafceb96dea522dd4fb.tar.xz
org.eclipse.cdt-c41cae33cbbcd751db6b5fafceb96dea522dd4fb.zip
Bug 310371 - Revised GDB, GDB MI, Indexer pref panels, and New CPP FIle, New File Name, and Editor pages
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/tasks')
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm
index 2111ee4984f..bc8e2aee630 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_new_cpp.htm
@@ -17,15 +17,15 @@ function changeSize(theImage,wd,ht) {
<body>
<h1>Creating a C/C++ file</h1>
<p>Files are edited in the C/C++ editor that is, by default, located in
-the editor area to the right of the C/C++ Projects view.</p>
+the editor area to the right of the <a href="../reference/cdt_u_project_explorer_view.htm">Project Explorer</a> or <a href="../reference/cdt_u_cproj_view.htm">C/C++ Projects</a> views.</p>
<p>The marker bar on the left margin of the C/C++ editor, displays
icons for errors, warnings, bookmarks, breakpoints and tasks.</p>
<p>For more information on the marker bar, see <strong>Workbench User Guide
&gt; Reference &gt; User interface information &gt; Views and editors
&gt; Editor area</strong>.</p>
-<p>To create a C++ file:</p>
+<h3>To create a C++ file:</h3>
<ol>
- <li>In the <strong>C++ Projects</strong> view, right-click a project, and
+ <li>In the <strong>Project Explorer</strong> or <strong>C++ Projects</strong> view, right-click a project, and
select <strong>New &gt; File</strong>.<br>
<img src="../images/project_new_file.png"
alt="New &gt; File in Projects View"></li>
@@ -36,9 +36,8 @@ appropriate extension.</li>
<li>Click <strong>Finish</strong>.<br>
<img src="../images/project_new_file_name.png" alt="New File Wizard"></li>
<p>The file will open in the C/C++ editor.</p>
- <li>Enter your code in the editor view..<br>
- <img src="../images/project_new_cppfile.png"
- alt="Editor view with a sample code"></li>
+ <li>Enter your code in the editor view.<br>
+ <img src="../images/project_new_cppfile.png" alt="Editor view with a sample code"></li>
<li>Type <strong>CTRL+S</strong> to save the file.</li>
</ol>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts"
@@ -58,6 +57,7 @@ Projects view</a></p>
width="143" height="21">
<br>
<a href="../reference/cdt_o_proj_prop_pages.htm">Project properties</a></p>
+<hr />
<p>
<img src="../images/ng00_04a.gif" alt="IBM Copyright Statement"></p>
</body>

Back to the top