[squeak-dev] The Trunk: Multilingual-nice.181.mcz

Frank Shearar frank.shearar at gmail.com
Sun Sep 29 07:15:41 UTC 2013


On 29 September 2013 00:57,  <commits at source.squeak.org> wrote:
> Nicolas Cellier uploaded a new version of Multilingual to project The Trunk:
> http://source.squeak.org/trunk/Multilingual-nice.181.mcz
>
> ==================== Summary ====================
>
> Name: Multilingual-nice.181
> Author: nice
> Time: 29 September 2013, 1:56:56.232 am
> UUID: f732f734-f926-4d92-b25a-2904485ccd21
> Ancestors: Multilingual-nice.180
>
> Find a better replacement for firstDestX inst. var. usage (my previous fix broke selection of first char in the line, because a MultiCharacterBlockScanner would never have set firstDestX).
> I wonder if this handling is really necessary though...
> Remove unused presentationText:
>
> =============== Diff against Multilingual-nice.180 ===============
>
> Item was added:
> + ----- Method: MultiCharacterScanner>>itsNotTheFirstCharThatCrossedX (in category 'private') -----
> + itsNotTheFirstCharThatCrossedX
> +       ^true!
> +       ^destX ~= leftMargin!


Did you mean to call this itsNotTheFirstCharThatCrossedX and not
isNotTheFirstCharThatCrossedX?


frank


More information about the Squeak-dev mailing list