Hi,
in case someone is still interested, a Glamour-Morphic-Brick (extension of morph, that was used to build a Spotter)
supports a very large lists. You can try in the latest version:
GLMScrollListBrick��exampleCollection - to open a list of all classes in the image (each element in the list is a morph).
GLMScrollListBrick��example - list of 2000 elements
GLMScrollListBrick��exampleInfinity��- list of��Float infinity number of elements.
if your pharo image is old:
Gofer new
smalltalkhubUser: 'Moose' project: 'Glamour';
package: 'Glamour-Morphic-Brick';
load.
Maybe we will use it instead of default lists in Inspector.
Cheers,
Alex