Cuis-Smalltalk-Dev icon indicating copy to clipboard operation
Cuis-Smalltalk-Dev copied to clipboard

[feature-req] Explorer does not display a collection if it has more than 100 entries

Open nmingotti opened this issue 3 years ago • 0 comments

As for my mail to the mailing list. of 13-Sep-2021.

By now the Explorer does not show entries of a Collection if it has more then 100 entries. This is esablished in Collection >> hasContentsInExplorer.

It would great if instead the explorer would show anyway the first 100 entries and "... see more" on the 101 entry. Clicking on "... see more" the explorer adds the subsequent 100 entries ... and so on.

I estimate the solution of this is on reach for a medium experienced user. If nobody will implement it i will try when have a free afternoon. I write it here as a reminder for me and as an exercise for other Smalltalk learners.

Reminder of places where to start: ObjectExplorer, ObjectExplorerWrapper, Object >> explore, Collection >> exploreContents, Collection >> customizeExplorerContents.

nmingotti avatar Sep 13 '21 15:09 nmingotti