changeset 142:75034fcaa1f1

*** empty log message ***
author pin
date Tue, 05 Feb 2008 19:46:29 +0900
parents ab95811322de
children 7218ba447b7a
files bin/remoteeditor/editors/RemoteEditor$1.class bin/remoteeditor/editors/RemoteEditor.class src/remoteeditor/editors/RemoteEditor.java
diffstat 3 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file bin/remoteeditor/editors/RemoteEditor$1.class has changed
Binary file bin/remoteeditor/editors/RemoteEditor.class has changed
--- a/src/remoteeditor/editors/RemoteEditor.java	Mon Feb 04 19:01:28 2008 +0900
+++ b/src/remoteeditor/editors/RemoteEditor.java	Tue Feb 05 19:46:29 2008 +0900
@@ -180,6 +180,7 @@
 			cmd = REP.REPCMD_DELETE;
 			try {
 				sendDelete(line);
+				createUndoCommand(cmd, textOffset - offset, replacedText, inputText, line);
 			} catch (BadLocationException e) {
 				e.printStackTrace();
 			}