TextCollector.st
branchjv
changeset 5487 455c92ac5d83
parent 5459 b54f4b01de15
parent 5486 199af728fa7a
child 5552 58ac0bd34b7b
equal deleted inserted replaced
5485:a159eff2221e 5487:455c92ac5d83
   347     "define the action to be performed when I get destroyed.
   347     "define the action to be performed when I get destroyed.
   348      This is a special feature, to allow resetting Transcript to Stderr
   348      This is a special feature, to allow resetting Transcript to Stderr
   349      when closed. (see TextCollectorclass>>newTranscript)"
   349      when closed. (see TextCollectorclass>>newTranscript)"
   350 
   350 
   351     destroyAction := aBlock
   351     destroyAction := aBlock
       
   352 !
       
   353 
       
   354 entryStream
       
   355     ^ entryStream
   352 !
   356 !
   353 
   357 
   354 lineLimit
   358 lineLimit
   355     "return the number of text-lines I am supposed to hold"
   359     "return the number of text-lines I am supposed to hold"
   356 
   360