The Trunk: Morphic-nice.690.mcz

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

The Trunk: Morphic-nice.690.mcz

commits-2
Nicolas Cellier uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-nice.690.mcz

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

Name: Morphic-nice.690
Author: nice
Time: 27 September 2013, 1:10:19.273 am
UUID: 5c6db0c0-62e8-48ab-8fa9-7fae0ec8a1ac
Ancestors: Morphic-tpr.689

setFont should not set stopConditions, it's setStopConditions which setFont for a few years now.

=============== Diff against Morphic-tpr.689 ===============

Item was changed:
  ----- Method: MultiCompositionScanner>>setFont (in category '*Morphic-Multilingual') -----
  setFont
  super setFont.
+ breakAtSpace := false.!
- breakAtSpace := false.
- wantsColumnBreaks == true ifTrue: [
- stopConditions := stopConditions copy.
- stopConditions at: TextComposer characterForColumnBreak asciiValue + 1 put: #columnBreak.
- ].
- !


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-nice.690.mcz

Nicolas Cellier
Huh? why was this in Morphic rather than Multilingual?
I fail to see... It did refer to TextComposer which is a Graphics thing...


2013/9/27 <[hidden email]>
Nicolas Cellier uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-nice.690.mcz

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

Name: Morphic-nice.690
Author: nice
Time: 27 September 2013, 1:10:19.273 am
UUID: 5c6db0c0-62e8-48ab-8fa9-7fae0ec8a1ac
Ancestors: Morphic-tpr.689

setFont should not set stopConditions, it's setStopConditions which setFont for a few years now.

=============== Diff against Morphic-tpr.689 ===============

Item was changed:
  ----- Method: MultiCompositionScanner>>setFont (in category '*Morphic-Multilingual') -----
  setFont
        super setFont.
+       breakAtSpace := false.!
-       breakAtSpace := false.
-       wantsColumnBreaks == true ifTrue: [
-               stopConditions := stopConditions copy.
-               stopConditions at: TextComposer characterForColumnBreak asciiValue + 1 put: #columnBreak.
-       ].
- !





Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-nice.690.mcz

timrowledge

On 26-09-2013, at 4:14 PM, Nicolas Cellier <[hidden email]> wrote:

> Huh? why was this in Morphic rather than Multilingual?
> I fail to see... It did refer to TextComposer which is a Graphics thing…

No idea; I haven't knowingly changed any package setups. Some of this stuff is accident kept for historical reasons I suspect.


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Programmers do it bit by bit.