Hello everyone,

Is there a reason why #collect:displayingProgress: was removed or never included?

And as more general question, is there any pointer to automatically add progress bar to iterator messages?

For example doing:

SmalltalkImage setDisplayProgressTo: MyClass.
SmalltalkImage setDisplayProgressTo: MyPackage.

and then having all enumeration messages sent in MyClass or MyPackage with a progress bar

collect:
collect:as:
collect:into:
collect:thenDo:
select:
select:as:
select:thenDo:
select:thenCollect:as:
...

Hern��n