Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006450.html

Name: Multilingual-nice.180
Ancestors: Multilingual-nice.179

More cleanups:
1) the scan* should not devise if font isNil isFontSet or whatever. Tell don't ask...
They can legitimately assume that the font was correctly set, and should mind their own business.
2) remove accesses to inst. var. firstDestX.
It can be replaced with leftMargin, they should in no case differ.
There is one last inst. var. difference with CharacterScanner: lastWidth (just for Combining unicode)

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006451.html

Name: Graphics-nice.234
Ancestors: Graphics-nice.233

The scan* methods should not devise if font isNil isFontSet or whatever. Tell don't ask...
They can legitimately assume that the font was correctly set, and should mind their own business.

=============================================