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