diff -r e15c49676d90 -r feec24158cac Tools__TextDiff2Tool.st --- 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 @@ -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 $' ! !