An 3.9 image for developers

Klaus D. Witzel klaus.witzel at cobss.com
Sat Sep 16 15:21:35 UTC 2006


Hi Ramon,

on Sat, 16 Sep 2006 17:10:25 +0200, you wrote:
>> BTW, I get a
>> MessageNotUnderstood: OrderedCollection>>removeAll
>>  when selecting "hide all" from the menu
>> ===============================
>>  hideAll
>>     self current categories removeAll
>
> I ran into that as well, I just add this...
>
> Collection>>removeAll
>      self removeAll: self copy

You won't like it globally. Just do, when you need it,

  aCollection removeAll: aCollection copy

and let #removeAll as is.

/Klaus




More information about the Squeak-dev mailing list