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 On Thu, Dec 4, 2014 at 4:04 PM, Ben Coman <[email protected]> wrote: > Sven Van Caekenberghe wrote: > >> On 04 Dec 2014, at 11:45, [email protected] wrote: >>> >>> But further than that I want to edit values in inspectors. >>> >> >> Yes ! >> >> And auto refresh ! >> >> Both of these could be depending on presentation, so that heavy >> presentations can opt out. >> >> >> >> >> > It would be good if there was some visual indication of which > presentations auto-refreshed - like a drop pin looking like its "stuck-in" > when not-auto-refreshing. A user might even be able to change the state of > the pin, with the just the default dependent on type of presentation. > cheers -ben > >
