~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to doc/org.eclipse.cdt.doc.user/reference/cdt_u_console_view.htm

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
 
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
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
 
10
</head>
 
11
<body>
 
12
<h1 role="main">Console view</h1>
 
13
 
 
14
<p>The <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.ui.console.ConsoleView)")'>Console</a> view displays the output of a process and allows you to provide keyboard input to a process. There are numerous consoles available, see the Open Console dropdown list for those available to you. </p>
 
15
<p><img src="../images/view_console.png" alt="Console View"></p>
 
16
 
 
17
The output console shows several different kinds of text, each in a different color:
 
18
<p></p>
 
19
<ul>
 
20
<li>Standard output</li>
 
21
<li>Standard error</li>
 
22
<li>Standard input</li>
 
23
</ul>
 
24
<p>Build console provides also highlighting of build problems. You can use double-click on a highlighted line
 
25
to open code in an editor when error parsers are able to determine file and line from build output.
 
26
</p> 
 
27
<p>You can choose the different colors for these kinds of text on the <a href="cdt_u_console_pref.htm">Console</a> preferences panel.
 
28
</p>
 
29
 
 
30
<h2>Console view toolbar</h2>
 
31
<p>The table below lists the toolbar options displayed in the <strong>Console</strong> view. Note that toolbar options may differ between the various consoles.</p>
 
32
 
 
33
<table border="1" cellpadding="4" cellspacing="0" bordercolor="#DDDDDD"  width="600px">
 
34
        <colgroup>
 
35
                <col width="5%" valign="top" >
 
36
                <col width="20%" valign="top" >
 
37
                <col width="75%" valign="top" >
 
38
        </colgroup>
 
39
        <thead>
 
40
                <tr>
 
41
                        <th id="icon">Icon</th>
 
42
                        <th id="icon-name">Name</th>    
 
43
                        <th id="icon-description">Description</th>
 
44
                </tr>
 
45
         </thead>
 
46
        <tr>
 
47
                <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_next_error.png" alt="next error icon"></td>
 
48
                <td valign="top" headers="icon-name">Next Error</td>
 
49
                <td valign="top" headers="icon-description">Show the next error in the Console view.</td>
 
50
        </tr>
 
51
        <tr>
 
52
                <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_prev_error.png" alt="previous error icon"></td>
 
53
                <td valign="top" headers="icon-name">Previous Error</td>
 
54
                <td valign="top" headers="icon-name">Show the previous error in the Console view.</td>
 
55
        </tr>
 
56
        <tr>
 
57
                <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_show_error.png" alt="show error icon"></td>
 
58
                <td valign="top" headers="icon-name">Show Error in Editor</td>
 
59
                <td valign="top" headers="icon-description">Toggle to synchronize the selected error with the Editor view (default).</td>
 
60
        </tr>
 
61
        <tr>
 
62
                <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_save_output_file.png" alt="save output file icon"></td>
 
63
                <td valign="top" headers="icon-name">Copy Build Log</td>
 
64
                <td valign="top" headers="icon-description">Copy build output to file.</td>
 
65
        </tr>
 
66
        <tr>
 
67
                <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_scroll_lock.png" alt="Scroll Lock icon"></td>
 
68
                <td valign="top" headers="icon-name">Scroll Lock</td>
 
69
                <td valign="top" headers="icon-description">Toggles the Scroll Lock.</td>
 
70
        </tr>
 
71
        <tr>
 
72
                <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_clear_console.png" alt="Clear Console icon"></td>
 
73
                <td valign="top" headers="icon-name">Clear Console</td>
 
74
                <td valign="top" headers="icon-description">Clears the current console.</td>
 
75
        </tr>
 
76
        <tr>
 
77
                <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_pin.png" alt="Pin Console icon"></td>
 
78
                <td valign="top" headers="icon-name">Pin Console</td>
 
79
                <td valign="top" headers="icon-description">Forces the Console view to remain on top of other views in the window area.</td>
 
80
        </tr>
 
81
        <tr>
 
82
                <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_con_disp_console.png" alt="Display Selected Console icon"></td>
 
83
                <td valign="top" headers="icon-name">Display Selected Console</td>
 
84
                <td valign="top" headers="icon-description">If multiple consoles are open, you can select the one to display from a list.</td>
 
85
        </tr>
 
86
        <tr>
 
87
                <td style="text-align:center;" valign="top" headers="icon"><img src="../images/icon_open_console.png" alt="open Console icon"></td>
 
88
                <td valign="top" headers="icon-name">Open Console</td>
 
89
                <td valign="top" headers="icon-description">Opens a new console to display the log for: <br>
 
90
                <ul>
 
91
                        <li>New Console View</li>
 
92
                        <li>Program Output Console</li>
 
93
                        <li>Windows Program Output Console</li>
 
94
                        <li>CVS, and others based on installed features</li>
 
95
                </ul></td>
 
96
        </tr>
 
97
 
 
98
</table>
 
99
 
 
100
<h2>Console view context menu</h2>
 
101
<p>When you right-click in the <strong>Console</strong> view
 
102
(or when you press <strong>Shift+F10</strong> when the focus is on the <strong>Console</strong> view),
 
103
you see one or more of the following options in a context menu depending on the console view visible:
 
104
</p>
 
105
 
 
106
<table border="1" cellpadding="4" cellspacing="0" bordercolor="#DDDDDD" width="600px">
 
107
        <colgroup>
 
108
                <col width="30%" valign="top" >
 
109
                <col width="70%" valign="top" >
 
110
        </colgroup>
 
111
        <thead>
 
112
                <tr>
 
113
                        <th id="name">Name</th>
 
114
                        <th id="description">Description</th>
 
115
                </tr>
 
116
         </thead>
 
117
        <tr>
 
118
                <td headers="name"><strong>Clear</strong></td>
 
119
                <td headers="description">Clears the current console.</td>
 
120
         </tr>
 
121
        <tr valign="top" >
 
122
                <td headers="name"><strong>Editor options: Cut, Copy, Paste, Select All</strong></td>
 
123
                <td headers="description">These options perform the standard edit operations. Which options are available depends on where the focus is in the <strong>Console</strong> view. For example, you cannot paste text into the program output, but you can paste text to the bottom of the file.</td>
 
124
        </tr>
 
125
        <tr>
 
126
                <td headers="name"><strong>Go to Line</strong></td>
 
127
                <td headers="description">Opens a dialog that moves the focus to the line you specify. The dialog also indicates the total number of lines in the console buffer.</td>
 
128
         </tr>
 
129
        <tr>
 
130
                <td headers="name"><strong>Find/Replace...</strong></td>
 
131
                <td headers="description">Opens a <strong>Find/Replace</strong> dialog that operates only on the text in the <strong>Console</strong> view.</td>
 
132
         </tr>
 
133
        <tr>
 
134
                <td headers="name"><strong>Open Link</strong></td>
 
135
                <td headers="description">Select to follow a detected hyperlink in any console view that supports. For example, the CVS console.</td>
 
136
         </tr>
 
137
        <tr>
 
138
                <td headers="name"><strong>Scroll Lock</strong></td>
 
139
                <td headers="description">Toggles the Scroll Lock.</td>
 
140
         </tr>
 
141
</table>
 
142
 
 
143
<p><img src="../images/ngref.gif" ALT="Related references" width="143" height="21">
 
144
<br><a href="../reference/cdt_o_views.htm">C/C++ Views and Editors</a>
 
145
<br><a href="../tasks/cdt_t_proj_error_parser.htm">Tuning Error Parsers</a>
 
146
</p>
 
147
<hr >
 
148
<p>
 
149
<img src="../images/rh03_04.gif" ALT="Red Hat Copyright Statement">  <br>
 
150
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >  
 
151
</p>
 
152
</body>
 
153
</html>
 
 
b'\\ No newline at end of file'