TextCollector.st
branchdelegated_gc_hg
changeset 5128 787b617a99e5
parent 5085 52e9f87d45c8
parent 5025 8db08f1414fb
child 5129 9549b0a1dbf5
equal deleted inserted replaced
5085:52e9f87d45c8 5128:787b617a99e5
   675     needCR ifTrue:[
   675     needCR ifTrue:[
   676         self cr.
   676         self cr.
   677     ].
   677     ].
   678 
   678 
   679     "Created: / 14-09-2011 / 09:01:03 / cg"
   679     "Created: / 14-09-2011 / 09:01:03 / cg"
       
   680 !
       
   681 
       
   682 format:formatSpec with:args
       
   683     ^ entryStream format:formatSpec with:args
   680 !
   684 !
   681 
   685 
   682 lineLength
   686 lineLength
   683     "to make a textCollector (somewhat) compatible with printer
   687     "to make a textCollector (somewhat) compatible with printer
   684      streams, support the lineLength query"
   688      streams, support the lineLength query"
  1140 ! !
  1144 ! !
  1141 
  1145 
  1142 !TextCollector class methodsFor:'documentation'!
  1146 !TextCollector class methodsFor:'documentation'!
  1143 
  1147 
  1144 version
  1148 version
  1145     ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.134.2.1 2014-05-08 08:30:56 stefan Exp $'
  1149     ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.135 2014-05-15 17:24:40 cg Exp $'
  1146 !
  1150 !
  1147 
  1151 
  1148 version_CVS
  1152 version_CVS
  1149     ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.134.2.1 2014-05-08 08:30:56 stefan Exp $'
  1153     ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.135 2014-05-15 17:24:40 cg Exp $'
  1150 ! !
  1154 ! !
  1151 
  1155 
  1152 
  1156 
  1153 TextCollector initialize!
  1157 TextCollector initialize!