CharacterArray.st
changeset 12396 0f75aad3a34c
parent 12343 0a93eee37d65
child 12518 bfdcbf713b43
equal deleted inserted replaced
12395:1db7ea277c93 12396:0f75aad3a34c
  3473 
  3473 
  3474     "Modified: / 13.12.1999 / 21:49:11 / cg"
  3474     "Modified: / 13.12.1999 / 21:49:11 / cg"
  3475     "Created: / 13.12.1999 / 21:49:24 / cg"
  3475     "Created: / 13.12.1999 / 21:49:24 / cg"
  3476 !
  3476 !
  3477 
  3477 
       
  3478 withoutBackgroundColorEmphasis
       
  3479     ^ self
       
  3480 !
       
  3481 
  3478 withoutEmphasis:emphasisToRemove
  3482 withoutEmphasis:emphasisToRemove
       
  3483     ^ self
       
  3484 !
       
  3485 
       
  3486 withoutForegroundColorEmphasis
  3479     ^ self
  3487     ^ self
  3480 ! !
  3488 ! !
  3481 
  3489 
  3482 !CharacterArray methodsFor:'encoding & decoding'!
  3490 !CharacterArray methodsFor:'encoding & decoding'!
  3483 
  3491 
  4574     "
  4582     "
  4575 
  4583 
  4576     "Created: 12.5.1996 / 20:09:29 / cg"
  4584     "Created: 12.5.1996 / 20:09:29 / cg"
  4577     "Modified: 17.4.1997 / 12:50:23 / cg"
  4585     "Modified: 17.4.1997 / 12:50:23 / cg"
  4578 ! !
  4586 ! !
       
  4587 
  4579 
  4588 
  4580 !CharacterArray methodsFor:'special string converting'!
  4589 !CharacterArray methodsFor:'special string converting'!
  4581 
  4590 
  4582 expandPlaceholdersWith:argArrayOrDictionary
  4591 expandPlaceholdersWith:argArrayOrDictionary
  4583     "return a copy of the receiver, where all %i escapes are
  4592     "return a copy of the receiver, where all %i escapes are
  5734 ! !
  5743 ! !
  5735 
  5744 
  5736 !CharacterArray class methodsFor:'documentation'!
  5745 !CharacterArray class methodsFor:'documentation'!
  5737 
  5746 
  5738 version
  5747 version
  5739     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.421 2009-10-26 13:26:51 cg Exp $'
  5748     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.422 2009-10-29 14:47:14 cg Exp $'
  5740 !
  5749 !
  5741 
  5750 
  5742 version_CVS
  5751 version_CVS
  5743     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.421 2009-10-26 13:26:51 cg Exp $'
  5752     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.422 2009-10-29 14:47:14 cg Exp $'
  5744 ! !
  5753 ! !
  5745 
  5754 
  5746 CharacterArray initialize!
  5755 CharacterArray initialize!