From 1e473c74ed4ca57ff18f586450d96d5050c3c066 Mon Sep 17 00:00:00 2001
From: Martin Oberhuber
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/org.eclipse.tm.terminal.view/doc/html/01_terminalview.html b/org.eclipse.tm.terminal.view/doc/html/01_terminalview.html
index 0771833c053..c423cbf8be5 100644
--- a/org.eclipse.tm.terminal.view/doc/html/01_terminalview.html
+++ b/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.
- Terminal View Quick Reference
diff --git a/org.eclipse.tm.terminal.view/doc/html/02_terminal_page.html b/org.eclipse.tm.terminal.view/doc/html/02_terminal_page.html
index f1b20507d96..62847cefc08 100644
--- a/org.eclipse.tm.terminal.view/doc/html/02_terminal_page.html
+++ b/org.eclipse.tm.terminal.view/doc/html/02_terminal_page.html
@@ -29,7 +29,7 @@ Martin Oberhuber (Wind River) - initial API and implementation

|
- Open another instance of the Terminal view. |
+ Open another Terminal connection in the current view, or in a new Terminal view instance. |

|
@@ -42,20 +42,31 @@ Martin Oberhuber (Wind River) - initial API and implementation

|
Open the Terminal Settings dialog.
- Only available when disconnected. |
+ While connected, only the connection's title can be changed.

|
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.
|