mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00

Added images including the error overlay for when connections are closed. Made the resulting label provider public so it can be reused by the launch bar. Fixed a bug with the JschConnection factory which was creating new connections everytime asked resulting in great weirdness. Added getting list of services to the IRemoteConnectionType API and separated out the three types of services. Added open and close connection commands for the Connections view. Changed connection type capabilities to booleans and removed unused ones. Removed launch config service. Found a better way to pass targets to launch configs that will actually work. Change-Id: I99d85f72d496f42d6ba790bd1b91943ea869c12b Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
21 lines
915 B
Properties
21 lines
915 B
Properties
###############################################################################
|
|
# Copyright (c) 2013 IBM 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
|
|
#
|
|
###############################################################################
|
|
|
|
pluginName=Remote Services UI
|
|
pluginProvider=Eclipse PTP
|
|
RemoteDevPrefPage.name=Remote Development
|
|
ConnectionsPreferencePage.name=Remote Connections
|
|
ConnectionsViewCategory.name=Connections
|
|
ConnectionsView.name=Connections
|
|
ConnectionsContent.name=Connections
|
|
NewConnectionCommand.name=New Connection
|
|
DeleteConnectionCommand.name=Delete Connection
|
|
ConnectionProperties.name=Connection
|
|
OpenConnectionCommand.name=Open Connection
|
|
CloseConnectionCommand.name=Close Connection
|