[FIX] MiscCommentBugs

bparsia at email.unc.edu bparsia at email.unc.edu
Mon Dec 1 17:19:51 UTC 2003


from preamble:

"Change Set:		MiscCommentBugs
Date:			19 November 2003
Author:			Bijan Parsia

Found some typos and bugs in some comments as I poke around.

So, we need metacomments for these :)

FileList2 class comment contains the line:

	FileList2 morphicViewImageViewer openInWorld

But there is no such method in my 3.6 image. DELETED!!

Form class>>openImageInWindow: had a typo for storeOn:

Given the class comment in ImageMorph, I wonder if this method should be
changed to return and ImageMorph rather than a SketchMorph, even though
ImageMorph is less functional. (ImageMorph's class comment claims that
it supercedes SketchMorph. The change is simple enough, i.e., change the
ifTrue: branch of the last statement from '[(SketchMorph withForm:
image) openInWorld]' to '[image asMorph openInWorld]'
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MiscCommentBugs.cs.gz
Type: application/octet-stream
Size: 1106 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20031201/fe33d95c/MiscCommentBugs.cs.obj


More information about the Squeak-dev mailing list