TextStream.st
changeset 4233 96704b0b6c5b
parent 3833 bd6ce7a78e48
equal deleted inserted replaced
4232:fa6a60e184bd 4233:96704b0b6c5b
   164     "
   164     "
   165 
   165 
   166     "Modified: / 28-01-2011 / 13:46:48 / cg"
   166     "Modified: / 28-01-2011 / 13:46:48 / cg"
   167 !
   167 !
   168 
   168 
       
   169 stringContents
       
   170     "return the streams collected string contents"
       
   171 
       
   172     ^ super contents
       
   173 
       
   174 ! !
       
   175 
       
   176 !TextStream methodsFor:'emphasis'!
       
   177 
   169 emphasis
   178 emphasis
   170     "return the current emphasis"
   179     "return the current emphasis"
   171 
   180 
   172     ^ currentEmphasis 
   181     ^ currentEmphasis 
   173 !
   182 !
   210      s contents.
   219      s contents.
   211      Transcript showCR:s contents.
   220      Transcript showCR:s contents.
   212     "
   221     "
   213 
   222 
   214     "Modified: / 17-02-2011 / 14:13:07 / cg"
   223     "Modified: / 17-02-2011 / 14:13:07 / cg"
   215 !
       
   216 
       
   217 stringContents
       
   218     "return the streams collected string contents"
       
   219 
       
   220     ^ super contents
       
   221 
       
   222 ! !
   224 ! !
   223 
   225 
   224 !TextStream methodsFor:'private'!
   226 !TextStream methodsFor:'private'!
   225 
   227 
   226 closeRun
   228 closeRun