From de0c528201e58d51d694b29db8d9b8b419445572 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 16 Jul 2008 00:05:05 +0000 Subject: [PATCH] [172483][terminal] Update user docs for multi-connection feature --- .../doc/html/01_terminalview.html | 2 ++ .../doc/html/02_terminal_page.html | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal.view/doc/html/01_terminalview.html b/terminal/org.eclipse.tm.terminal.view/doc/html/01_terminalview.html index 0771833c053..c423cbf8be5 100644 --- a/terminal/org.eclipse.tm.terminal.view/doc/html/01_terminalview.html +++ b/terminal/org.eclipse.tm.terminal.view/doc/html/01_terminalview.html @@ -26,6 +26,8 @@ Martin Oberhuber (Wind River) - initial API and implementation The Terminal 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 connection to a device. +
+The Terminal view is activated by choosing Window > Show View > Other > Terminal > Terminal.
Open another instance of the Terminal view.
Open another Terminal connection in the current view, or in a new Terminal view instance.
Open the Terminal Settings dialog. - Only available when disconnected.
Toggle the Command Input field, for editing complex command lines on dumb terminals.
Select a Terminal connection to show in this view instance. + Only available when multiple connections have been defined in this view.
Remove the currently selected Terminal Connection from this view. + Only available when multiple connections have been defined in this view.
- Each instance of the Terminal view can be connected to a different remote endpoint + Each instance of the Terminal 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 number of serial ports. |