Tools__DiffCodeView2.st
branchjv
changeset 12269 79f87eee62e5
parent 12262 d25ef6bb0ef3
child 12287 400a99059170
--- a/Tools__DiffCodeView2.st	Thu Jul 26 17:09:41 2012 +0100
+++ b/Tools__DiffCodeView2.st	Thu Jul 26 19:46:57 2012 +0100
@@ -98,6 +98,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|
 
@@ -347,9 +354,9 @@
 !DiffCodeView2 class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.4 2012/07/17 17:03:25 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.4 2012/07/17 17:03:25 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Tools__DiffCodeView2.st 8018 2012-07-18 17:00:57Z vranyj1 $'
-! !
\ No newline at end of file
+    ^ '$Id: Tools__DiffCodeView2.st 8027 2012-07-26 18:46:57Z vranyj1 $'
+! !