Method Finder bug

Mark Guzdial guzdial at cc.gatech.edu
Wed Oct 13 15:18:23 UTC 1999


>Did you notice that the result list is always updated, even if you use the
>lower pane?
>
>A "print it" in the lower pane:
>	MethodFinder methodFor: { {2. $d. 'abcdef'}. 4}
>gives
>	'(data3 indexOf: data2 startingAt: data1) '
>and also updates the list.

Only in Morphic.  methodFor: in Morphic looks for an active SelectionFinder
window, then updates the list pane.  In MVC, all the individual pieces
work, but the methodFor: only returns results, it doesn't also update.

Mark

--------------------------
Mark Guzdial : Georgia Tech : College of Computing : Atlanta, GA 30332-0280
(404) 894-5618 : Fax (404) 894-0673 : guzdial at cc.gatech.edu
http://www.cc.gatech.edu/gvu/people/Faculty/Mark.Guzdial.html





More information about the Squeak-dev mailing list