TextEmphasis class(Object)>>doesNotUnderstand: #plain

Ken Causey ken at kencausey.com
Sat Feb 7 16:22:11 UTC 2004


(tag removed so this doesn't show up in BFAV2)

Frank,

Thanks for submitting this fix.  It would really be helpful to the
harvesters actually if you would submit this per the guidelines at

http://minnow.cc.gatech.edu/squeak/398

In particular all code should be attached as a .cs file, preferably a
gzipped one.  You will not on the page that you can get Squeak to do
this for you and file in the fix very simply.

Ken

On Sat, 2004-02-07 at 01:51, frank at crystal-objects.com wrote:
> StringMorph>>changeEmphasis
> 	| reply aList |
> 	aList _ #(normal bold italic narrow underlined struckOut).
> 	aList _ #(plain bold italic narrow underlined struckOut).
> 	reply _ (SelectionMenu labelList: aList selections: aList) startUp.
> 	reply ifNotNil:[
> 		self emphasis: (TextEmphasis perform: reply) emphasisCode.
> 	].
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040207/308438fa/attachment.pgp


More information about the Squeak-dev mailing list