class: DiffTextView
authorClaus Gittinger <cg@exept.de>
Wed, 03 Dec 2014 22:11:32 +0100
changeset 14984 f793f5784905
parent 14983 4e23aedeee9a
child 14985 8c2d0c3191db
class: DiffTextView comment
DiffTextView.st
--- a/DiffTextView.st	Wed Dec 03 22:03:19 2014 +0100
+++ b/DiffTextView.st	Wed Dec 03 22:11:32 2014 +0100
@@ -605,6 +605,15 @@
     ].
 ! !
 
+!DiffTextView::DiffTextScrollerBackground class methodsFor:'documentation'!
+
+documentation
+"
+    I am a scroller background used by the diff-text-viewers.
+    I draws line-markers at positions where differences between two texts are.
+"
+! !
+
 !DiffTextView::DiffTextScrollerBackground methodsFor:'accessing'!
 
 diffView:something
@@ -666,10 +675,10 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.64 2014-05-31 11:17:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.65 2014-12-03 21:11:32 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.64 2014-05-31 11:17:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.65 2014-12-03 21:11:32 cg Exp $'
 ! !