Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 669127f01c222f69c41611fcd37cb78683604860 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//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>Editor view</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Editor view</h1>
    <p>The C/C++ editor provides specialized features for editing C/C++ related files.</p>
	<p><img src="../images/view_editor.png" alt="C/C++ Editor" ></p>
    <p>Associated with the editor is a C/C++-specific <a href="cdt_u_outline_view.htm">Outline view</a>, 
		which shows the structure of the active C, C++ or makefile.  It is updated as you edit these files.</p>

    <p>The editor includes the following features:</p>
    <ul>
      <li>Syntax highlighting</li>
      <li>Content/code assist</li>
      <li>Integrated debugging features</li>
    </ul>

    <p>The most common way to invoke the C/C++ editor is to open a file from
    the Project Explorer or the C/C++ Project views using pop-up menus or by clicking the file
    (single or double-click depending on the user preferences).</p>

<p>The C/C++ editor does not contain a toolbar itself, but relies on the use of the main 
<a href="cdt_u_toolbar.htm">toolbar</a>, <a href="cdt_u_m_edit.htm">edit menu</a>, <a href="cdt_u_m_search.htm">search menu </a> 
and key binding actions.</p>


</p>

<p>
<img src="../images/ng00_07.gif" ALT="IBM Copyright Statement" >  
</p>
</body>

</html>

Back to the top