carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_problems_view.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
	<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
	<title>Problems view</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
	<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
<h1>Problems view</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
<p>If you encounter any errors during a build they will be displayed in the <b>Problems</b> view.  </p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
<p><img src="../images/view_problem.png" alt="Problems View" ></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
<p>Errors are passed up from your C++ compiler. The <b>Problems</b> view lists the error, filename and folder.  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
If you select an error the associated file will open in the <b>C/C++ Editor</b> view and the cursor will display the line where the error was encountered.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
<p><img src="../images/cdt_error_workbench.png" alt="C/C++ Perspective in Eclipse showing code errors" ></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
<h2>Problems view Toolbar</h2>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
<table border="1" cellpadding="1" cellspacing="0">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
	<tr><th>Icon</th><th>Command</th><th>Description</th></tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
	<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
		<td align="center" valign="top"><img src="../images/icon_delete.png" alt="Delete icon"></td>	
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
		<td valign="top">Delete</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
		<td valign="top">Deletes the selected error from the Problems view.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
	</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
	<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
		<td align="center" valign="top"><img src="../images/icon_filter.png" alt="Filters icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
		<td valign="top">Filters...</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
		<td valign="top">Lauches the Filter dialog box to filter the errors in the problems view.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
	</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
	<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
		<td align="center" valign="top"><img src="../images/icon_menu.png" alt="Menu icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
		<td valign="top">Menu</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
		<td valign="top">Select the Sort or Filters help navigate through errors in the Problems view.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
	</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
	<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
		<td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
		<td valign="top">Minimize</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
		<td valign="top">Minimizes the Problems view.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
	</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
	<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
		<td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize icon"></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
		<td valign="top">Maximize</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
		<td valign="top">Maximizes the Problems view.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
	</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
</table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
<p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
</html>