changed: #setUpScrollableCodeView
authorClaus Gittinger <cg@exept.de>
Wed, 25 Aug 2010 22:06:22 +0200
changeset 9564 ee5827388b2e
parent 9563 2abe870b6f80
child 9565 3d2d73c93723
changed: #setUpScrollableCodeView don't clobber copyBuffer on cancel - instead remember in copyBufferHistory
Tools_NavigationState.st
--- a/Tools_NavigationState.st	Wed Aug 25 10:24:47 2010 +0200
+++ b/Tools_NavigationState.st	Wed Aug 25 22:06:22 2010 +0200
@@ -407,7 +407,8 @@
             v slaveView:aScrollableCodeView.
             v reallyModifiedHolder:self realModifiedStateHolder.
             v cancelAction:[
-                    codeView setClipboardText:(codeView contents).   "/ for undo
+                    "/ codeView setClipboardText:(codeView contents).   "/ for undo
+                    codeView device rememberInCopyBufferHistory:(codeView contents).  "/ for undo
                     codeView application 
                         delayedUpdateCodeWithAutoSearch:false checkModified:false.
                     codeView requestFocus. 
@@ -421,7 +422,7 @@
     ].
     ^ aScrollableCodeView
 
-    "Modified: / 15-03-2007 / 16:26:33 / cg"
+    "Modified: / 25-08-2010 / 22:04:07 / cg"
 !
 
 specialEditorCanvasClassForResourceType:resourceTypeSymbol
@@ -1309,9 +1310,9 @@
 !NavigationState class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.32 2009-11-02 13:28:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.33 2010-08-25 20:06:22 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.32 2009-11-02 13:28:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.33 2010-08-25 20:06:22 cg Exp $'
 ! !