| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| <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> |
| |
| <div role="main"><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 id="icon">Icon</th><th id="command">Command</th><th id="description">Description</th></tr> |
| <tr> |
| <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_debug.png" alt="Debug icon"></td> |
| <td valign="top" headers="command">Debug</td> |
| <td valign="top" headers="description">Launches the Debug dialog box.</td> |
| </tr> |
| <tr> |
| <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_run.png" alt="Run icon"></td> |
| <td valign="top" headers="command">Run</td> |
| <td valign="top" headers="description">Launches the Run dialog box</td> |
| </tr> |
| <tr> |
| <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_open_element.png" alt="Open Element icon"></td> |
| <td valign="top" headers="command">Open Element</td> |
| <td valign="top" headers="description">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 style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_search.png" alt="Search icon"></td> |
| <td valign="top" headers="command">Search</td> |
| <td valign="top" headers="description">Launches the C/C++ Search dialog box</td> |
| </tr> |
| <tr> |
| <td style="text-align:center;" valign="top" headers="icon"><img src="../images/mark_occurrences.png" alt="Toggle Mark Occurrences icon"></td> |
| <td valign="top" headers="command">Toggle Mark Occurrences</td> |
| <td valign="top" headers="description">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 style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_annotation_next.png" alt="Next annotation icon"></td> |
| <td valign="top" headers="command">Next annotation</td> |
| <td valign="top" headers="description">Go to the next annotation in the editor.</td> |
| </tr> |
| <tr> |
| <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_annotation_prev.png" alt="Previous annotation icon"></td> |
| <td valign="top" headers="command">Previous annotation</td> |
| <td valign="top" headers="description">Go to the previous annotation in the editor.</td> |
| </tr> |
| <tr> |
| <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_last_edit_loc.png" alt="Go to Last Edit Location icon"></td> |
| <td valign="top" headers="command">Go to Last Edit Location</td> |
| <td valign="top" headers="description">Returns editor view to the last line edited, if the file that was last edited was closed it will be re-opened.</td> |
| </tr> |
| </table> |
| </p> |
| |
| <p> |
| <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > |
| </p> |
| </div></body> |
| |
| </html> |