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