ChangesBrowser.st
changeset 12599 827681c8f7d4
parent 12428 a8bd7df67b9a
child 12626 7ae48abfedac
child 12635 3fea79e9a79b
equal deleted inserted replaced
12598:8dcaa0fcccc1 12599:827681c8f7d4
  3457     sawExcla ifTrue:[
  3457     sawExcla ifTrue:[
  3458 	chunk := aStream nextChunk
  3458 	chunk := aStream nextChunk
  3459     ].
  3459     ].
  3460     aStream close.
  3460     aStream close.
  3461     ^ chunk
  3461     ^ chunk
       
  3462 !
       
  3463 
       
  3464 timeStampPrintStringOf:ts
       
  3465     ^ ts printString
  3462 !
  3466 !
  3463 
  3467 
  3464 unselect
  3468 unselect
  3465     "common unselect"
  3469     "common unselect"
  3466 
  3470 
  6017     entry tabulatorSpecification:tabSpec.
  6021     entry tabulatorSpecification:tabSpec.
  6018     entry colAt:1 put:changeDelta.
  6022     entry colAt:1 put:changeDelta.
  6019     entry colAt:2 put:changeString.
  6023     entry colAt:2 put:changeString.
  6020     entry colAt:3 put:changeType.
  6024     entry colAt:3 put:changeType.
  6021     timeStampInfo notNil ifTrue:[
  6025     timeStampInfo notNil ifTrue:[
  6022         entry colAt:4 put:timeStampInfo.
  6026         entry colAt:4 put:(browser timeStampPrintStringOf:timeStampInfo).
  6023     ].
  6027     ].
  6024     changeHeaderLines add:entry
  6028     changeHeaderLines add:entry
  6025 !
  6029 !
  6026 
  6030 
  6027 processChunk
  6031 processChunk
  6537 ! !
  6541 ! !
  6538 
  6542 
  6539 !ChangesBrowser class methodsFor:'documentation'!
  6543 !ChangesBrowser class methodsFor:'documentation'!
  6540 
  6544 
  6541 version
  6545 version
  6542     ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.434 2013-03-04 12:32:40 cg Exp $'
  6546     ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.435 2013-03-31 11:57:41 cg Exp $'
  6543 !
  6547 !
  6544 
  6548 
  6545 version_CVS
  6549 version_CVS
  6546     ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.434 2013-03-04 12:32:40 cg Exp $'
  6550     ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.435 2013-03-31 11:57:41 cg Exp $'
  6547 ! !
  6551 ! !
  6548 
  6552