Tools__DiffCodeView2.st
changeset 11707 8215ef54f2a1
parent 11679 4681092d0ff8
child 12401 4714b9640528
child 13808 4f97b7921d6e
--- a/Tools__DiffCodeView2.st	Fri Jul 27 23:52:55 2012 +0200
+++ b/Tools__DiffCodeView2.st	Sat Jul 28 00:05:42 2012 +0200
@@ -91,6 +91,12 @@
     "Created: / 19-07-2011 / 12:55:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+codeAspect:aSymbol
+    textViews do:[:each|each codeAspect:aSymbol].
+
+    "Created: / 27-07-2012 / 23:24:46 / cg"
+!
+
 languageHolder: aValueModel
 
     textViews do:[:each|each languageHolder: aValueModel].
@@ -352,7 +358,7 @@
 !DiffCodeView2 class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.5 2012-07-26 20:45:37 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.6 2012-07-27 22:05:42 cg Exp $'
 !
 
 version_SVN