[BUG][FIX]TextEmphasis class(Object)>>doesNotUnderstand: #plain ( [er][et][sm] works as announced )

Boris Gaertner Boris.Gaertner at gmx.net
Fri Jan 30 23:17:34 CET 2004


Attached you find a change set for the fix that Caggiano
described in the mail below. The fix is OK and should be
approved for inclusion into the image.
Greetings, Boris
From: <caggiano at crystal-objects.com>
To: <squeak-dev at lists.squeakfoundation.org>
Sent: Thursday, January 29, 2004 5:33 PM
Subject: [BUG]TextEmphasis class(Object)>>doesNotUnderstand: #plain


> In a workspace do:
> (StringMorph contents: 'a string') openInWorld.
> Open the stringMorph Menu and select change emphasis>>plain
> 
> The Problem is that TextEmphasis's method for non-empasized text is
> 'normal'
> 
> To fix in StringMorph>>changeEmphasis change
> aList #(#plain #bold #italic .... 
> to
> aList #(#normal #bold #italic ....
> 
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StringMorphEmphasis.1.cs
Type: application/octet-stream
Size: 720 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-harvest/attachments/20040130/231158ff/StringMorphEmphasis.1.obj


More information about the Squeak-harvest mailing list