extensions.st
changeset 12092 5d54707918dc
parent 12051 1d4a61fe3f0c
child 12356 fda0dda38564
child 12401 4714b9640528
equal deleted inserted replaced
12091:98485deb39c2 12092:5d54707918dc
   365 !CharacterArray methodsFor:'inspecting'!
   365 !CharacterArray methodsFor:'inspecting'!
   366 
   366 
   367 inspectorValueStringInListFor:anInspector
   367 inspectorValueStringInListFor:anInspector
   368     "returns a string to be shown in the inspector's list"
   368     "returns a string to be shown in the inspector's list"
   369 
   369 
   370     ^ self storeString contractTo:30.
   370     ^ self basicStoreString contractTo:30.
   371 ! !
   371 ! !
   372 
   372 
   373 !Collection methodsFor:'inspecting'!
   373 !Collection methodsFor:'inspecting'!
   374 
   374 
   375 inspectorValueStringInListFor:anInspector
   375 inspectorValueStringInListFor:anInspector
  1959 ! !
  1959 ! !
  1960 
  1960 
  1961 !stx_libtool class methodsFor:'documentation'!
  1961 !stx_libtool class methodsFor:'documentation'!
  1962 
  1962 
  1963 extensionsVersion_CVS
  1963 extensionsVersion_CVS
  1964     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.91 2012-11-07 22:05:40 cg Exp $'
  1964     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.92 2012-12-18 21:36:46 stefan Exp $'
  1965 ! !
  1965 ! !