[squeak-dev] The Trunk: Collections-tpr.537.mcz

Levente Uzonyi leves at elte.hu
Tue Oct 1 15:59:07 UTC 2013


Does this method belong to Collections? Shouldn't it be an extension 
method?


Levente

On Mon, 30 Sep 2013, commits at source.squeak.org wrote:

> tim Rowledge uploaded a new version of Collections to project The Trunk:
> http://source.squeak.org/trunk/Collections-tpr.537.mcz
>
> ==================== Summary ====================
>
> Name: Collections-tpr.537
> Author: tpr
> Time: 30 September 2013, 4:06:41.402 pm
> UUID: b3a96179-9642-40b1-93f3-3f1d82f3e256
> Ancestors: Collections-fbs.536
>
> Add Character class>>characterForColumnBreak - to replace TextComposer equivalent. See Mantis 4814
>
> =============== Diff against Collections-fbs.536 ===============
>
> Item was added:
> + ----- Method: Character class>>characterForColumnBreak (in category 'accessing untypeable characters') -----
> + characterForColumnBreak
> + "use a newPage to split columns in character scanners"
> + 	^self newPage!
>
>
>


More information about the Squeak-dev mailing list