[squeak-dev] The Trunk: Morphic-nice.690.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Thu Sep 26 23:14:24 UTC 2013


Huh? why was this in Morphic rather than Multilingual?
I fail to see... It did refer to TextComposer which is a Graphics thing...


2013/9/27 <commits at source.squeak.org>

> Nicolas Cellier uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-nice.690.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-nice.690
> Author: nice
> Time: 27 September 2013, 1:10:19.273 am
> UUID: 5c6db0c0-62e8-48ab-8fa9-7fae0ec8a1ac
> Ancestors: Morphic-tpr.689
>
> setFont should not set stopConditions, it's setStopConditions which
> setFont for a few years now.
>
> =============== Diff against Morphic-tpr.689 ===============
>
> Item was changed:
>   ----- Method: MultiCompositionScanner>>setFont (in category
> '*Morphic-Multilingual') -----
>   setFont
>         super setFont.
> +       breakAtSpace := false.!
> -       breakAtSpace := false.
> -       wantsColumnBreaks == true ifTrue: [
> -               stopConditions := stopConditions copy.
> -               stopConditions at: TextComposer characterForColumnBreak
> asciiValue + 1 put: #columnBreak.
> -       ].
> - !
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130927/8e090d85/attachment.htm


More information about the Squeak-dev mailing list