From 87e329df34dcf7922f15127d8c84e94fe096c5e4 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 26 Feb 2008 02:43:54 +0000 Subject: [PATCH] [cleanup] fix some comments and copyright dates --- .../sourceTemplateFeature/feature.properties | 2 +- .../sourceTemplateFeature/feature.properties | 2 +- .../terminal/control/CommandInputFieldWithHistory.java | 2 +- .../org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties b/terminal/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties index 0ff0909753a..963dd795426 100644 --- a/terminal/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties +++ b/terminal/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties @@ -30,7 +30,7 @@ description=An ANSI (vt102) compatible Terminal widget. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2003, 2006 Wind River Systems, Inc. and others.\n\ +Copyright (c) 2003, 2008 Wind River Systems, Inc. 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.view-feature/sourceTemplateFeature/feature.properties b/terminal/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties index 59bd23eb718..eaf90ab802e 100644 --- a/terminal/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties +++ b/terminal/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties @@ -30,7 +30,7 @@ description=An Eclipse Workbench standalone view for the Terminal widget. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2003, 2006 Wind River Systems, Inc. and others.\n\ +Copyright (c) 2003, 2008 Wind River Systems, Inc. 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/src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java index 208e2baea56..39e8b1a323c 100644 --- a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java +++ b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java @@ -7,7 +7,7 @@ * * Contributors: * Michael Scharf (Wind River) - initial implementation - * Michael Scharf (Wing River) - fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=211659 + * Michael Scharf (Wing River) - [211659] Add field assist to terminal input field *******************************************************************************/ package org.eclipse.tm.internal.terminal.control; import java.util.ArrayList; diff --git a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java index 3bd5473be5c..74b001b26f0 100644 --- a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java +++ b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 Wind River Systems, Inc. and others. + * Copyright (c) 2007, 2008 Wind River Systems, Inc. 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 @@ -7,7 +7,9 @@ * * Contributors: * Michael Scharf (Wind River) - initial API and implementation + * Michael Scharf (Wind River) - [205260] Terminal does not take the font from the preferences * Michael Scharf (Wind River) - [209746] There are cases where some colors not displayed correctly + * Michael Scharf (Wind River) - [206328] Terminal does not draw correctly with proportional fonts *******************************************************************************/ package org.eclipse.tm.internal.terminal.textcanvas;