[squeak-dev] Re: The Trunk: Morphic-mt.1124.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Fri Apr 29 19:27:04 UTC 2016


2016-04-29 20:49 GMT+02:00 marcel.taeumel <Marcel.Taeumel at hpi.de>:

> Hi Levente,
>
> what do you refer to? The width for a column will be computed only once now
> and then accessed only.
>
> Best,
> Marcel
>
>
>
Hi Marcel,

at:put: will answer the put object.
So rather than
   self at: key put: value.
   ^self at: key
you can
   ^self at: key put: value


>
> --
> View this message in context:
> http://forum.world.st/The-Trunk-Morphic-mt-1124-mcz-tp4892867p4892991.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20160429/75f276e8/attachment-0001.htm


More information about the Squeak-dev mailing list