TextCollector.st
changeset 2520 aed8069b4477
parent 2450 4330a66d0b46
child 2539 e90046b96ffe
equal deleted inserted replaced
2519:a088ad3bb1e5 2520:aed8069b4477
   263                 ].
   263                 ].
   264                 outstandingLine := ''.
   264                 outstandingLine := ''.
   265             ].
   265             ].
   266             self checkLineLimit.
   266             self checkLineLimit.
   267             device flush.
   267             device flush.
   268         ] valueNowOrOnUnwindDo:[
   268         ] ensure:[
   269             inFlush := false.
   269             inFlush := false.
   270         ]
   270         ]
   271     ].
   271     ].
   272     flushPending ifTrue:[
   272     flushPending ifTrue:[
   273         flushPending := false.
   273         flushPending := false.
   792 ! !
   792 ! !
   793 
   793 
   794 !TextCollector class methodsFor:'documentation'!
   794 !TextCollector class methodsFor:'documentation'!
   795 
   795 
   796 version
   796 version
   797     ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.69 2001-10-23 12:36:21 cg Exp $'
   797     ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.70 2002-02-26 12:59:59 cg Exp $'
   798 ! !
   798 ! !
   799 TextCollector initialize!
   799 TextCollector initialize!