mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00

Adds a terminal console which can be opened by selecting Open Console > Terminal Console and selecting a remote connection which supports the command shell service. If a console is already open for that remote connection it will be shown and if one doesn't exist then a new one will be created. Buttons for connecting, disconnecting, scroll lock, and closing the console are also available. Also adds a local command shell with PTY support. Also added some syncronization around the connections in the connection type. Moved the Open Terminal to console plug-in and renamed it Open Command Shell. Also fixed missing serial port feature from the remote repo. Change-Id: I84282b04813471bb01385a328ebc144bdf0e6a28 Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
24 lines
1.1 KiB
Properties
24 lines
1.1 KiB
Properties
#################################################################################
|
|
# Copyright (c) 2015 QNX Software Systems Corporation.
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
#################################################################################
|
|
|
|
# "featureName" property - name of the feature
|
|
featureName=Remote Command Shell Console
|
|
|
|
# "providerName" property - name of the company that provides the feature
|
|
providerName=Eclipse PTP
|
|
|
|
# "description" property - description of the feature
|
|
description=Provides serial port services for the remote framework
|
|
|
|
# copyright
|
|
copyright=\
|
|
Copyright (c) 2015 QNX Software Corporation.\n\
|
|
All rights reserved. This program and the accompanying materials\n\
|
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
|
which accompanies this distribution, and is available at\n\
|
|
http://www.eclipse.org/legal/epl-v10.html\n
|