[Cuis-dev] FlatFileList
Mariano Montone
marianomontone at gmail.com
Sun May 8 07:14:51 PDT 2022
El 8/5/22 a las 11:01, Mariano Montone escribió:
> I've removed the extended PluggableLists, and I'm using
> PluggableListMorphs with accessors that retrieve the list of printed
> representations of the model collections, like:
>
> directoryListNames
> ^ model currentDirectoryList collect: [:dir | dir name]
The downside of not having a more pluggable list morph is that I'm
having to traverse the list model many times, once for fetching from
disk, then for printing, then for displaying (Morphic).
More information about the Cuis-dev
mailing list