From 7f2787c217a648e5f9bfc8a4d6806212a836fb9a Mon Sep 17 00:00:00 2001 From: Michael Scharf Date: Wed, 11 Apr 2007 17:11:10 +0000 Subject: [PATCH] History behaves now like bash: editing entries in history are not persistent --- .../control/CommandInputFieldWithHistory.java | 65 +++++++++++++------ 1 file changed, 46 insertions(+), 19 deletions(-) diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java index 217746e533c..b43b385d27a 100644 --- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java +++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/CommandInputFieldWithHistory.java @@ -27,13 +27,31 @@ import org.eclipse.swt.widgets.Text; /** * Manages the Command History for the command line input * of the terminal control. + *
  • + *