1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_toolbar.htm
2004-06-24 20:26:35 +00:00

111 lines
No EOL
4.1 KiB
HTML

<!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>C/C++ Toolbar</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>C/C++ Toolbar</h1>
<p><img src="../images/cdt_toolbar.png" alt="C/C++ Toolbar" ></p>
<p>
<h2>C/C++ Toolbar icons</h2>
<table border="1" cellpadding="1" cellspacing="0">
<tr><th>Icon</th><th>Command</th><th>Description</th></tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_new.png"></td>
<td valign="top">Create New</td>
<td valign="top">Create a new project, folder, or file.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_save.png"></td>
<td valign="top">Save</td>
<td valign="top">Save the content of the current editor. Disabled if the editor does not contain unsaved changes.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_print.png"></td>
<td valign="top">Print</td>
<td valign="top">Prints the content of the current editor.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_create_c_class.png"></td>
<td valign="top">Create C++ Class</td>
<td valign="top">Creates a C++ class within the current project.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_create_folder.png"></td>
<td valign="top">Create Folder</td>
<td valign="top">Creates a folder within the current project.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_create_file.png"></td>
<td valign="top">Create File</td>
<td valign="top">Creates a file within the current project.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_debug.png"></td>
<td valign="top">Debug</td>
<td valign="top">Launches the Debug dialog box.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_run.png"></td>
<td valign="top">Run</td>
<td valign="top">Launches the Run dialog box</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_ext_tools.png"></td>
<td valign="top">External Tools</td>
<td valign="top">Launches the External Tools dialog box</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_open_type.png"></td>
<td valign="top">Open Type</td>
<td valign="top">Brings up the Open Type selection dialog to open a type in the editor. The Open Type selection dialog shows all types existing in the workspace. </td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_search.png"></td>
<td valign="top">Search</td>
<td valign="top">Launches the C/C++ Search dialog box</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_synchronize.png"></td>
<td valign="top">Synchronize</td>
<td valign="top">Synchronizes selected project to CVS repository.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_last_edit_loc.png"></td>
<td valign="top">Go to Last Edit Location</td>
<td valign="top">Returns editor view to the last line edited, if the file that was last edited was closed it will be re-opened.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_nav_back.png"></td>
<td valign="top">Back</td>
<td valign="top">Navigates back through open files.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_nav_forward.png"></td>
<td valign="top">Forward</td>
<td valign="top">Navigates forward through open files.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_go_next_prob.png"></td>
<td valign="top">Go to Next Problem</td>
<td valign="top">Navigates to the next problem marked during the last build attempt.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_go_prev_prob.png"></td>
<td valign="top">Go to Previous Problem</td>
<td valign="top">Navigates to the previous problem marked during the last build attempt.</td>
</tr>
</table>
</p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</html>