[squeak-dev] The Trunk: MorphicExtras-nice.122.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Oct 5 20:44:31 UTC 2013


Nicolas Cellier uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-nice.122.mcz

==================== Summary ====================

Name: MorphicExtras-nice.122
Author: nice
Time: 5 October 2013, 10:43:42.278 pm
UUID: 04816846-26b7-4acb-a0f1-c8bf63ae9479
Ancestors: MorphicExtras-nice.121

No need to handle space stopCondition at display time

=============== Diff against MorphicExtras-nice.121 ===============

Item was removed:
- ----- Method: CanvasCharacterScanner>>space (in category 'stop conditions') -----
- space
- 	"Each space is a stop condition"
- 
- 	destX := destX + spaceWidth.
- 	lastIndex := lastIndex + 1.
- 	pendingKernX := 0.
- 	^ false!



More information about the Squeak-dev mailing list