Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 187605 Details for
Bug 335413
Backport [terminal] The optional terminal input line has redraw problems when resizing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
terminalInputSizeFix.diff.txt (text/plain), 2.06 KB, created by
Martin Oberhuber
on 2011-01-25 21:35:36 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Martin Oberhuber
Created:
2011-01-25 21:35:36 EST
Size:
2.06 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tm.terminal >Index: src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java,v >retrieving revision 1.16 >diff -u -r1.16 CommandInputFieldWithHistory.java >--- src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java 16 Jul 2009 20:13:43 -0000 1.16 >+++ src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java 26 Jan 2011 02:35:14 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2007, 2008 Wind River Systems, Inc. and others. >+ * Copyright (c) 2007, 2011 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 >@@ -11,6 +11,7 @@ > * Michael Scharf (Wing River) - [196447] The optional terminal input line should be resizeable > * Martin Oberhuber (Wind River) - [168197] Fix Terminal for CDC-1.1/Foundation-1.1 > * Michael Scharf (Wing River) - [236458] Fix 168197 lost the last entry >+ * Anton Leherbauer (Wind River) - [220971] The optional terminal input line has redraw problems when resizing > *******************************************************************************/ > package org.eclipse.tm.internal.terminal.control; > import java.util.ArrayList; >@@ -222,6 +223,10 @@ > fSash.setLayoutData(gd_sash); > fSash.addListener (SWT.Selection, new Listener () { > public void handleEvent (Event e) { >+ if (e.detail == SWT.DRAG) { >+ // don't redraw during drag, it causes paint errors - bug 220971 >+ return; >+ } > // no idea why this is needed > GridData gdata = (GridData) fInputField.getLayoutData(); > Rectangle sashRect = fSash.getBounds ();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 335413
: 187605