Updates:
Status: Fixed
Comment #1 on issue 3722 by [email protected]: The Finder tool's help
screen is poorly written and has bad grammar
http://code.google.com/p/pharo/issues/detail?id=3722
A method is a entity (a CompiledMethod instance) representing a method,
while a selector represents the name of the method (it's an instance of
Symbol).
If you use the term "Method" some people will expect the search to be done
in the source code of the method when others will expect the search to be
done using the method's name.
And you know, such a title is not really pleasant to read ...
Attachments:
Issue3722.1.cs 900 bytes