class: Tools::DiffCodeView2
authorClaus Gittinger <cg@exept.de>
Wed, 09 Jul 2014 22:47:59 +0200
changeset 14639 457ed8f2bbde
parent 14638 7c401f3a4d9b
child 14640 692dba3782da
class: Tools::DiffCodeView2 comment/format in: #codeAspect:
Tools__DiffCodeView2.st
--- a/Tools__DiffCodeView2.st	Wed Jul 09 22:47:41 2014 +0200
+++ b/Tools__DiffCodeView2.st	Wed Jul 09 22:47:59 2014 +0200
@@ -92,7 +92,11 @@
 !
 
 codeAspect:aSymbol
-    textViews do:[:each|each codeAspect:aSymbol].
+    "tell the textViews what is shown, so they can adjust their
+     syntaxhighlighters.
+     See SyntaxHighlighter codeAspectXXX for possible aspects."
+
+     textViews do:[:each|each codeAspect:aSymbol].
 
     "Created: / 27-07-2012 / 23:24:46 / cg"
 !
@@ -368,10 +372,10 @@
 !DiffCodeView2 class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.8 2014-05-15 17:21:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.9 2014-07-09 20:47:59 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__DiffCodeView2.st,v 1.8 2014-05-15 17:21:17 cg Exp $'
+    ^ '$Id: Tools__DiffCodeView2.st,v 1.9 2014-07-09 20:47:59 cg Exp $'
 ! !