merged in jv's chenges
authorClaus Gittinger <cg@exept.de>
Wed, 05 Feb 2014 19:56:22 +0100
changeset 13808 4f97b7921d6e
parent 13807 74118f93a30b
child 13809 55d97914d757
merged in jv's chenges
Tools__DiffCodeView2.st
--- a/Tools__DiffCodeView2.st	Wed Feb 05 19:56:19 2014 +0100
+++ b/Tools__DiffCodeView2.st	Wed Feb 05 19:56:22 2014 +0100
@@ -104,6 +104,13 @@
     "Created: / 19-07-2011 / 12:55:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+modeHolder: aValueModel
+
+    textViews do:[:each|each modeHolder: aValueModel].
+
+    "Created: / 26-07-2012 / 19:19:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 text1:t1 text2:t2 
     |data|
 
@@ -358,9 +365,10 @@
 !DiffCodeView2 class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.6 2012-07-27 22:05:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.7 2014-02-05 18:56:22 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: Tools__DiffCodeView2.st 7594 2010-07-16 08:57:35Z vranyj1 §'
+    ^ '$Id: Tools__DiffCodeView2.st,v 1.7 2014-02-05 18:56:22 cg Exp $'
 ! !
+