[FIX][ENH] LargeListsEnh2-nk

Lex Spoon lex at cc.gatech.edu
Thu Feb 12 21:40:10 UTC 2004


ned at squeakland.org wrote:
> Fixes the problem with LargeLists not displaying bold, italic, etc.
> lines.
> 

Wow, thanks Ned.

There is a design issue here.  LargeLists assumes each list item will
have the same *height*.  It is possible to fix up the emphasis thing
even further, but Text's that change the font size will remain a
difficulty.

I hope this is okay.  You do not *have* to use PluggableListMorph for
every singe list a program might want to display, you know, and some
limits are necessary in order to have a good library utility....  Also,
I would guess that it is more common to have 1000-element lists than it
is to have lists with font changes.


-Lex



More information about the Squeak-dev mailing list