1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

[172483][terminal] Update user docs for multi-connection feature

This commit is contained in:
Martin Oberhuber 2008-07-16 00:05:05 +00:00
parent 94b81a22f1
commit 1e473c74ed
2 changed files with 16 additions and 3 deletions

View file

@ -26,6 +26,8 @@ Martin Oberhuber (Wind River) - initial API and implementation
The <b>Terminal</b> view provides a raw serial or network connection to your target board. The <b>Terminal</b> view provides a raw serial or network connection to your target board.
This view is useful for monitoring output on a target's serial port or making a telnet This view is useful for monitoring output on a target's serial port or making a telnet
connection to a device. connection to a device.
</p><p>
The Terminal view is activated by choosing <b>Window &gt; Show View &gt; Other &gt; Terminal &gt; Terminal</b>.
</p></div> </p></div>
<ul> <ul>
<li><a href="02_terminal_page.html">Terminal View Quick Reference</a></li> <li><a href="02_terminal_page.html">Terminal View Quick Reference</a></li>

View file

@ -29,7 +29,7 @@ Martin Oberhuber (Wind River) - initial API and implementation
</tr> </tr>
<tr align="left" valign="top"> <tr align="left" valign="top">
<td><p><img src="../../icons/clcl16/newterminal.gif" border="0" hspace="0" vspace="0"/></p></td> <td><p><img src="../../icons/clcl16/newterminal.gif" border="0" hspace="0" vspace="0"/></p></td>
<td><p>Open another instance of the <b>Terminal</b> view.</p></td> <td><p>Open another Terminal connection in the current view, or in a new <b>Terminal</b> view instance.</p></td>
</tr> </tr>
<tr align="left" valign="top"> <tr align="left" valign="top">
<td><p><img src="../../icons/clcl16/connect_co.gif" border="0" hspace="0" vspace="0"/></p></td> <td><p><img src="../../icons/clcl16/connect_co.gif" border="0" hspace="0" vspace="0"/></p></td>
@ -42,20 +42,31 @@ Martin Oberhuber (Wind River) - initial API and implementation
<tr align="left" valign="top"> <tr align="left" valign="top">
<td><p><img src="../../icons/clcl16/properties_tsk.gif" border="0" hspace="0" vspace="0"/></p></td> <td><p><img src="../../icons/clcl16/properties_tsk.gif" border="0" hspace="0" vspace="0"/></p></td>
<td><p>Open the <a href="03_terminal_settings.html"><b>Terminal Settings</b></a> dialog. <td><p>Open the <a href="03_terminal_settings.html"><b>Terminal Settings</b></a> dialog.
Only available when disconnected.</p></td> While connected, only the connection's title can be changed.</p></td>
</tr> </tr>
<tr align="left" valign="top"> <tr align="left" valign="top">
<td><p><img src="../../icons/clcl16/command_input_field.gif" border="0" hspace="0" vspace="0"/></p></td> <td><p><img src="../../icons/clcl16/command_input_field.gif" border="0" hspace="0" vspace="0"/></p></td>
<td><p>Toggle the <a href="04_terminal_emulation.html"><b>Command Input</b></a> field, <td><p>Toggle the <a href="04_terminal_emulation.html"><b>Command Input</b></a> field,
for editing complex command lines on dumb terminals.</p></td> for editing complex command lines on dumb terminals.</p></td>
</tr> </tr>
<tr align="left" valign="top">
<td><p><img src="../../icons/cview16/terminal_view.gif" border="0" hspace="0" vspace="0"/></p></td>
<td><p>Select a Terminal connection to show in this view instance.
Only available when multiple connections have been defined in this view.</p></td>
</tr>
<tr align="left" valign="top">
<td><p><img src="../../icons/dlcl16/rem_co.gif" border="0" hspace="0" vspace="0"/></p></td>
<td><p>Remove the currently selected Terminal Connection from this view.
Only available when multiple connections have been defined in this view.</p></td>
</tr>
</table> </table>
</div> </div>
<p> <p>
</p> </p>
<table class="steptable"><tr><td> <table class="steptable"><tr><td>
Each instance of the <b>Terminal</b> view can be connected to a different remote endpoint Each instance of the <b>Terminal</b> view can hold multiple connections, each of which can in
turn be connected to a different remote endpoint
(either serial or network). Of course, the number of serial connections is limited by the (either serial or network). Of course, the number of serial connections is limited by the
number of serial ports. number of serial ports.
</td></tr></table> </td></tr></table>