MethodsContainingText filter

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

MethodsContainingText filter

Ian Bartholomew-21
The Methods Containing Text search is not passing the filter on to the
MethodExplorer.

In a ClassBrowser search for the text XXXXXX, there should be two
examples in the base image.  Edit the method to remove the XXXXXX and
save it.  The method should disappear from the list as it no longer
contains the string - but it doesn't.

It looks like SmalltalkSystem>>methodsContainingText:in:prompt: should
have the following added at the end.

matching filter: filter.

--
Ian

Use the Reply-To address to contact me.
Mail sent to the From address is ignored.


Reply | Threaded
Open this post in threaded view
|

Re: MethodsContainingText filter

Blair McGlashan-3
"Ian Bartholomew" <[hidden email]> wrote in message
news:[hidden email]...

> The Methods Containing Text search is not passing the filter on to the
> MethodExplorer.
>
> In a ClassBrowser search for the text XXXXXX, there should be two examples
> in the base image.  Edit the method to remove the XXXXXX and save it.  The
> method should disappear from the list as it no longer contains the
> string - but it doesn't.
>
> It looks like SmalltalkSystem>>methodsContainingText:in:prompt: should
> have the following added at the end.
>
> matching filter: filter.
>

Thanks Ian, #2038. Fixed for PL1.

Regards

Blair