carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_console_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=iso-8859-1">
       
     7 <title>Console view</title>
       
     8 <link rel="stylesheet" type="text/css" href="../help.css">
       
     9 </head>
       
    10 <body>
       
    11 <h1>Console view</h1>
       
    12 
       
    13 <p>This view shows the output of the execution of your program and  enables you to enter input for the program. 
       
    14 <p><img border="0" src="../images/view_console.png" alt="Console View"></p>
       
    15 
       
    16 The console shows three different kinds of text, each in a different color:
       
    17 </p>
       
    18 <ul>
       
    19 <li>Standard output</li>
       
    20 <li>Standard error</li>
       
    21 <li>Standard input</li>
       
    22 </ul>
       
    23 <p>You can choose the different colors for these kinds of text on the preferences pages 
       
    24 (<b>Window &gt; Preferences &gt; Debug &gt; Console</b>).
       
    25 </p>
       
    26 
       
    27 <h2>Console View Context Menu</h2>
       
    28 
       
    29 <p>When you right-click in the <b>Console</b> view
       
    30 (or when you press <b>Shift+F10</b> when the focus is on the <b>Console</b> view),
       
    31 you see the following options:
       
    32 </p>
       
    33 <dl>
       
    34 <dt>Edit options: Cut, Copy, Paste, Select All</dt>
       
    35 <dd>These options perform the standard edit operations.
       
    36 Which options are available depends on where the focus is in the 
       
    37 <b>Console</b> view.
       
    38 For example, you cannot paste text into the program output,
       
    39 but you can paste text to the bottom of the file.
       
    40 </dd>
       
    41 <dt>Find/Replace</dt>
       
    42 <dd>Opens a <b>Find/Replace</b> dialog
       
    43 that operates only on the text in the <b>Console</b> view.</dd>
       
    44 <dt>Go to Line</dt>
       
    45 <dd>Opens a dialog that moves the focus to the line you specify.
       
    46 The dialog also indicates the total number of lines in the console buffer.
       
    47 </dd>
       
    48 <dt>Terminate</dt>
       
    49 <dd>Terminates the process that is currently associated with the console.</dd>
       
    50 </dl>
       
    51 
       
    52 <h2>Console View Toolbar</h2>
       
    53 
       
    54 <table border="1" cellpadding="1" cellspacing="0">
       
    55 <tr><th>Icon</th><th>Command</th><th>Description</th></tr>
       
    56 <tr>
       
    57 <td align="center" valign="top"><img src="../images/icon_con_terminate.png" alt="Terminate icon"></td>
       
    58 <td valign="top">Terminate</td>
       
    59 <td valign="top">Terminates the process that is currently associated with the console.</td>
       
    60 </tr>
       
    61 <tr>
       
    62 <td align="center" valign="top"><img src="../images/icon_con_rem_all_term.png" alt="Remove all Terminated Launches icon"></td>
       
    63 <td valign="top">Remove all Terminated Launches</td>
       
    64 <td valign="top">Removes all terminated launches that are associated with the console.</td>
       
    65 </tr>
       
    66 <tr>
       
    67 <td align="center" valign="top"><img src="../images/icon_con_scroll_lock.png" alt="Scroll Lock icon"></td>
       
    68 <td valign="top">Scroll Lock</td>
       
    69 <td valign="top">Toggles the Scroll Lock.</td>
       
    70 </tr>
       
    71 <tr>
       
    72 <td align="center" valign="top"><img src="../images/icon_con_clear.png" alt="Clear Console icon"></td>
       
    73 <td valign="top">Clear Console</td>
       
    74 <td valign="top">Clears the console.</td>
       
    75 </tr>
       
    76 <td align="center" valign="top"><img src="../images/icon_con_pin.png" alt="Pin Console icon"></td>
       
    77 <td valign="top">Pin Console</td>
       
    78 <td valign="top">Forces the Console view to remain on top of other views in the window area.</td>
       
    79 </tr>
       
    80 <td align="center" valign="top"><img src="../images/icon_con_disp_console.png" alt="Display Selected Console icon"></td>
       
    81 <td valign="top">Display Selected Console</td>
       
    82 <td valign="top">If multiple consoles are open, you can select the one to display from a list.</td>
       
    83 </tr>
       
    84 <td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize Console icon"></td>
       
    85 <td valign="top">Minimize Console</td>
       
    86 <td valign="top">Minimizes the Console view.</td>
       
    87 </tr>
       
    88 <td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize Console icon"></td>
       
    89 <td valign="top">Maximize Console</td>
       
    90 <td valign="top">Maximizes the Console view.</td>
       
    91 </tr>
       
    92 
       
    93 </table>
       
    94 
       
    95 <p>
       
    96 <img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement">  <br>
       
    97 <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
       
    98 </p>
       
    99 </body>
       
   100 </html>