1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_toolbar.htm
2008-01-14 15:00:28 +00:00

157 lines
No EOL
5.9 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_build_all.png"></td>
<td valign="top">Build All</td>
<td valign="top">Builds all projects.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_create_cproject.png"></td>
<td valign="top">New C/C++ project</td>
<td valign="top">Creates New C/C++ 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_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_build_sel.png"></td>
<td valign="top">Build selected</td>
<td valign="top">Builds active configurations of selected projects.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_manage_cfg.png"></td>
<td valign="top">Manage configurations</td>
<td valign="top">Displays Manage Build Configurations dialog.</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_element.png"></td>
<td valign="top">Open Element</td>
<td valign="top">Brings up the Open Element selection dialog to open an element in the editor.
The Open Elements selection dialog shows all elements 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_wset_add.png"></td>
<td valign="top">Add to working set</td>
<td valign="top">Adds selected elements to a working set.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_wset_del.png"></td>
<td valign="top">Remove from working set</td>
<td valign="top">Removes selected elements from a working set.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_wset_edit.png"></td>
<td valign="top">Modify working set</td>
<td valign="top">Modify workbench working set.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/mark_occurrences.png"></td>
<td valign="top">Toggle Mark Occurrences</td>
<td valign="top">Turns <a href="cdt_u_c_editor_mark_occurrences.htm">mark occurrences</a> on and off in the C/C++ editor.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_ws_chars.png"></td>
<td valign="top">Show Whitespace Characters</td>
<td valign="top">Displays whitespace characters in the editor.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_show_selected.png"></td>
<td valign="top">Show Selected Element</td>
<td valign="top">Show source of selected element only</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_annotation_next.png"></td>
<td valign="top">Next annotation</td>
<td valign="top">Go to the next annotation in the editor.</td>
</tr>
<tr>
<td align="center" valign="top"><img src="../images/icon_annotation_prev.png"></td>
<td valign="top">Previous annotation</td>
<td valign="top">Go to the previous annotation in the editor.</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>
</table>
</p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</html>