[updates] 21 more for 3.1 alpha

Bob Arning arning at charm.net
Thu Aug 23 23:43:04 UTC 2001


On Thu, 23 Aug 2001 19:12:04 -0400 "PhiHo Hoang" <phiho.hoang at home.com> wrote:
>    Does anyone get this 'Syntax Error' error when 'Recompiling
>TextPropertiesMorph (1/1)':
>
>        'TextPropertiesMorph as yet unclassified belArea'
>
>        'belArea Nothing more expected ->submorphsDo: [:m |
>           (m == closeBox or: [m == collapseBox]) ifTrue:
>        [Preferences noviceMode ifTrue: [m lock] ifFalse: [m lock]]]]'

PhiHo,

It sounds as if your changes file has gotten out of sync with the image. Possibilities are:

- the changes file was downloaded/uncompressed with some tool that replaced <cr> with <crlf>
- the changes file went over 32 meg
- the changes file belongs to another image

Try browsing the methods in TextPropertiesMorph and see if any/all have corrupted source.

Cheers,
Bob




More information about the Squeak-dev mailing list