Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
433 stars 71 forks source link

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

Open nmingotti opened 2 years ago

nmingotti commented 2 years ago

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.