InspectorView.st
changeset 18099 254565e20e8a
parent 18041 13926da725fa
child 18119 3a2402ee888d
equal deleted inserted replaced
18098:098b8f3a1f80 18099:254565e20e8a
  3161 
  3161 
  3162     "Created: / 16-05-2012 / 18:42:28 / cg"
  3162     "Created: / 16-05-2012 / 18:42:28 / cg"
  3163 !
  3163 !
  3164 
  3164 
  3165 plainValueStringInListEntryForValue:value
  3165 plainValueStringInListEntryForValue:value
  3166     "returns nil or a string to show in angle brackets.
  3166     "returns nil or a string to show in angle brackets (or parenthesis) after the
       
  3167      name in the field list.
  3167      This is the string shown in the name list on the left"
  3168      This is the string shown in the name list on the left"
  3168 
  3169 
  3169     |s|
  3170     |s|
  3170 
  3171 
  3171     "/ UserPreferences current showTypeIndicatorInInspector ifFalse:[^ nil].
  3172     "/ UserPreferences current showTypeIndicatorInInspector ifFalse:[^ nil].