Issue 3723 in pharo: The Finder tool does not alphabetize methods.

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

Issue 3723 in pharo: The Finder tool does not alphabetize methods.

pharo
Status: New
Owner: ----

New issue 3723 by [hidden email]: The Finder tool does not  
alphabetize methods.
http://code.google.com/p/pharo/issues/detail?id=3723

Steps to reproduce:

1) Open Finder tool from World> Tools> Finder
2) In the top left box, type "Object"
3) Change the selection in box to the right from "Selectors"  to "Classes"
4) There is no 'Go' button. Click back to the top left box, where you  
typed "Object", then go to the keyboard, and press enter.
5) Classes with "Object" in them will appear below.
6) Select "Object".
7) Click on the little arrowhead, to make it point downward, which will  
show the methods for "Object".
8) Scroll through the list until you find the method "needsWork" (it's in  
there).

I'd also suggest considering grouping by class and instance, rather than  
just alphabetically.




Reply | Threaded
Open this post in threaded view
|

Re: Issue 3723 in pharo: The Finder tool does not alphabetize methods.

pharo
Updates:
        Status: Fixed

Comment #1 on issue 3723 by [hidden email]: The Finder tool does not  
alphabetize methods.
http://code.google.com/p/pharo/issues/detail?id=3723

3) Change the selection in box to the right from "Selectors"  to "Classes"

Here, search is automatically done ...

4) There is no 'Go' button. Click back to the top left box, where you  
typed "Object", then go to the keyboard, and press enter.

Now fixed

Now it's alphabetized.
See cs or Finder-BenjaminVanRyseghem.21 in PharoInbox

Attachments:
        Issue3723.1.cs  547 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3723 in pharo: The Finder tool does not alphabetize methods.

pharo
Updates:
        Labels: Milestone-1.3

Comment #2 on issue 3723 by [hidden email]: The Finder tool does not  
alphabetize methods.
http://code.google.com/p/pharo/issues/detail?id=3723

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3723 in pharo: The Finder tool does not alphabetize methods.

pharo
Updates:
        Status: Closed

Comment #3 on issue 3723 by [hidden email]: The Finder tool does not  
alphabetize methods.
http://code.google.com/p/pharo/issues/detail?id=3723

In 13063