Comment #2 on issue 5478 by
[hidden email]: MultiCompositionScanner
depending on Morphic stuff
http://code.google.com/p/pharo/issues/detail?id=5478 -
MultiCompositionScanner>>composeFrom:inRectangle:firstLine:leftSide:rightSide:
depends on TextLine which is packaged as Morphic-Text Support
TextLine seems that can be safely moved along with MultiCompositionScanner.
- MultiCompositionScanner>>setFont
depends on TextComposer which is packaged as Morphic-Text Support also
This dependency is only for this method:
TextComposer class>>characterForColumnBreak
^Character value: 12
But if this method is so used by the scanner, then we can move it to the
scanner and revert the dependency :)
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker