|
If you open up most sorts of collection objects in an Inspector then the
initial PAI view normally has a restriction on the number of elements
displayed. This works for both indexed collection and keyed collections,
with the exception of Set. If you inspect a Set then the PAI initially
shows *every* item in the Set.
Could this be changed so that Set replicates the behaviour of other
collections and only displays a small subset of the collection's contents.
(This is another reason for my earlier Control-Break comments.
Inadvertently opening a Set with 300000 items in it is _slow_)
--
Ian
Use the Reply-To address to contact me (limited validity).
Mail sent to the From address is ignored.
|