DiffTxtV.st
changeset 110 570a38362ae1
parent 69 0d6acfdae045
child 111 b4ef3e799345
equal deleted inserted replaced
109:c23841df3616 110:570a38362ae1
    19 
    19 
    20 DiffTextView comment:'
    20 DiffTextView comment:'
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libtool/Attic/DiffTxtV.st,v 1.5 1995-02-22 01:24:40 claus Exp $
    24 $Header: /cvs/stx/stx/libtool/Attic/DiffTxtV.st,v 1.6 1995-08-10 13:14:03 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !DiffTextView class methodsFor:'documentation'!
    27 !DiffTextView class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libtool/Attic/DiffTxtV.st,v 1.5 1995-02-22 01:24:40 claus Exp $
    45 $Header: /cvs/stx/stx/libtool/Attic/DiffTxtV.st,v 1.6 1995-08-10 13:14:03 claus Exp $
       
    46 $Revision: 1.6 $
    46 "
    47 "
    47 !
    48 !
    48 
    49 
    49 documentation
    50 documentation
    50 "
    51 "
   234 ! !
   235 ! !
   235 
   236 
   236 !DiffTextView methodsFor:'accessing'!
   237 !DiffTextView methodsFor:'accessing'!
   237 
   238 
   238 text1:t1 text2:t2
   239 text1:t1 text2:t2
   239     |tmpFile1 tmpFile2 Name1 tmpName2 stream line text1 text2 diffList pidString|
   240     |tmpFile1 tmpFile2 name1 tmpName2 stream line text1 text2 diffList pidString|
   240 
   241 
   241     text1 := t1 asStringCollection.
   242     text1 := t1 asStringCollection.
   242     text2 := t2 asStringCollection.
   243     text2 := t2 asStringCollection.
   243 
   244 
   244     "
   245     "