From 0555dadb25b40d2f5f8b101f4a3570283d9fc45b Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 31 Jan 2012 15:02:15 +0000 Subject: [PATCH] Bug 244405 - [terminal] Add a UI Control for setting the Terminal's encoding --- .../feature.properties | 6 +- .../feature.xml | 8 +- .../pom.xml | 2 +- .../feature.properties | 6 +- .../feature.xml | 8 +- .../pom.xml | 2 +- .../feature.properties | 6 +- .../feature.xml | 8 +- .../pom.xml | 2 +- .../sourceTemplateFeature/feature.properties | 6 +- .../sourceTemplatePlugin/about.properties | 4 +- .../META-INF/MANIFEST.MF | 2 +- .../about.properties | 4 +- terminal/org.eclipse.tm.terminal.view/pom.xml | 2 +- .../view/ITerminalViewConnection.java | 12 ++- .../terminal/view/TerminalSettingsDlg.java | 100 ++++++++++++++++-- .../internal/terminal/view/TerminalView.java | 13 ++- .../terminal/view/TerminalViewConnection.java | 34 +++++- .../internal/terminal/view/ViewMessages.java | 7 +- .../terminal/view/ViewMessages.properties | 6 +- 20 files changed, 187 insertions(+), 51 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal.local.sdk-feature/feature.properties b/terminal/org.eclipse.tm.terminal.local.sdk-feature/feature.properties index b218a4c046f..7f10e4b6816 100644 --- a/terminal/org.eclipse.tm.terminal.local.sdk-feature/feature.properties +++ b/terminal/org.eclipse.tm.terminal.local.sdk-feature/feature.properties @@ -1,5 +1,5 @@ #################################################################################################### -# Copyright (c) 2008, 2011 Mirko Raner and others. +# Copyright (c) 2008, 2012 Mirko Raner and others. # 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 @@ -22,7 +22,7 @@ featureName=Local Terminal SDK (Incubation) providerName=Eclipse TM Project # "tmUpdateSiteName" property - label for the update site -tmUpdateSiteName=Target Management 3.3 Updates +tmUpdateSiteName=Target Management 3.4 Updates # "description" property - description of the feature description=A terminal emulation for local shells and external tools.\n\ @@ -31,7 +31,7 @@ and the Terminal View required to drive the plugin. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2008, 2011 Mirko Raner and others.\n\ +Copyright (c) 2008, 2012 Mirko Raner and others.\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\ diff --git a/terminal/org.eclipse.tm.terminal.local.sdk-feature/feature.xml b/terminal/org.eclipse.tm.terminal.local.sdk-feature/feature.xml index c1dcb605492..fd8a0e7e901 100644 --- a/terminal/org.eclipse.tm.terminal.local.sdk-feature/feature.xml +++ b/terminal/org.eclipse.tm.terminal.local.sdk-feature/feature.xml @@ -1,6 +1,6 @@