Text.st
changeset 2867 daa1394cdf05
parent 2852 0361a1a06b43
child 2868 c8c0cba943de
equal deleted inserted replaced
2866:259f841e2554 2867:daa1394cdf05
   337     "for compatibility only"
   337     "for compatibility only"
   338 
   338 
   339     ^ self new:size
   339     ^ self new:size
   340 !
   340 !
   341 
   341 
   342 writeStream
   342 writeStreamClass
   343     "answer the stream, that is best used with this class"
   343     "the class used by writeStream"
   344 
   344 
   345     ^ TextStream on:(self new:100)
   345     ^ TextStream
   346 ! !
   346 ! !
   347 
   347 
   348 !Text class methodsFor:'emphasis constants'!
   348 !Text class methodsFor:'emphasis constants'!
   349 
   349 
   350 backgroundColorEmphasis
   350 backgroundColorEmphasis
  1810 ! !
  1810 ! !
  1811 
  1811 
  1812 !Text class methodsFor:'documentation'!
  1812 !Text class methodsFor:'documentation'!
  1813 
  1813 
  1814 version
  1814 version
  1815     ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.116 2012-11-06 01:44:29 cg Exp $'
  1815     ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.117 2012-12-19 08:56:40 stefan Exp $'
  1816 !
  1816 !
  1817 
  1817 
  1818 version_CVS
  1818 version_CVS
  1819     ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.116 2012-11-06 01:44:29 cg Exp $'
  1819     ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.117 2012-12-19 08:56:40 stefan Exp $'
  1820 ! !
  1820 ! !
  1821 
  1821 
       
  1822 
  1822 Text initialize!
  1823 Text initialize!