Tools__TextDiff2Tool.st
changeset 15280 feec24158cac
parent 15277 f96605ba2467
child 15281 a94d5ca82ecf
--- a/Tools__TextDiff2Tool.st	Fri Feb 13 20:27:53 2015 +0100
+++ b/Tools__TextDiff2Tool.st	Fri Feb 13 20:29:11 2015 +0100
@@ -38,7 +38,8 @@
 
 documentation
 "
-    documentation to be added.
+    a little UI around the DiffTextView,
+    to show two texts side by side.
 
     [author:]
         Jan Vrany <jan.vrany@fit.cvut.cz>
@@ -601,7 +602,11 @@
 !TextDiff2Tool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TextDiff2Tool.st,v 1.2 2015-02-13 19:26:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TextDiff2Tool.st,v 1.3 2015-02-13 19:29:11 cg Exp $'
+!
+
+version_CVS
+    ^ '$Id: Tools__TextDiff2Tool.st,v 1.3 2015-02-13 19:29:11 cg Exp $'
 !
 
 version_HG
@@ -610,6 +615,6 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__TextDiff2Tool.st,v 1.2 2015-02-13 19:26:40 cg Exp $'
+    ^ '$Id: Tools__TextDiff2Tool.st,v 1.3 2015-02-13 19:29:11 cg Exp $'
 ! !