[squeak-dev] Auto-correction of @-

Andreas Raab andreas.raab at gmx.de
Wed Mar 10 02:14:04 UTC 2010


Hi -

It looks like the auto-correction of @- and friends is severely broken 
when there's more than one @- in a method. Try to correct this for example:

test

	self addLandmark: 'Home' at: -90 at 240@160 facing: -23 at -42@0 sort:'a'.
	self addLandmark: 'Stage' at: 115 at 0.2@-290 facing: 0 at -45@0 sort: 'b'.
	self addLandmark: 'View' at: 317 at 0@-640 facing: 0 at -155@0 sort: 'c'.

Any ideas?

Cheers,
   - Andreas



More information about the Squeak-dev mailing list