mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed path to help.css file
This commit is contained in:
parent
ab9a9f8ebf
commit
43406b74b6
1 changed files with 7 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<link rel="stylesheet" type="text/css" href="../../help.css">
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<title>Creating your C++ file</title>
|
||||
</head>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
The .cpp file that you create will be saved in the project folder you just created in
|
||||
<a href="creating_a_remote_project.html">Creating a remote project</a>.</p>
|
||||
|
||||
<p>Files are edited in the <strong>Remote C/C++ Editor</strong> located to the right of
|
||||
<p>Files are edited in the <strong>Remote C/C++ Editor</strong> located to the right of
|
||||
the <strong>Project Explorer</strong> view. The left margin of the <strong>Remote C/C++ Editor</strong>, called the marker
|
||||
bar, displays icons for items such as bookmarks, breakpoints, and compiler errors and warnings.</p>
|
||||
|
||||
|
@ -47,19 +47,18 @@
|
|||
|
||||
<p>Your new .cpp file is displayed in the <strong>Project Explorer</strong> view. Before you
|
||||
can build your newly created project, you must create a makefile.
|
||||
See <a href="creating_your_makefile.html">Creating your makefile</a>.</p>
|
||||
See <a href="cdt_w_newmake.htm">Creating your makefile</a>.</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<strong>Related tasks</strong>
|
||||
<br>
|
||||
<a href="../tasks/creating_c_file.html">Creating a C/C++ file</a>
|
||||
<br>
|
||||
<a href="cdt_w_newcpp.htm">Creating a C/C++ file</a>
|
||||
<br>
|
||||
|
||||
<strong>Related reference</strong>
|
||||
<br>
|
||||
<a href="../reference/remote_c_editor.html">Remote C/C++ Editor</a>
|
||||
<br>
|
||||
<a href="../reference/cdt_u_editor_view.htm">Editor View</a><br>
|
||||
<br>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue