Issue 4224 in pharo: Put search button next to search input text in Finder

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

Issue 4224 in pharo: Put search button next to search input text in Finder

pharo
Status: Accepted
Owner: marianopeck
CC: [hidden email]
Labels: Milestone-1.3

New issue 4224 by marianopeck: Put search button next to search input text  
in Finder
http://code.google.com/p/pharo/issues/detail?id=4224

Hi Ben. I think that having the "search" button just next to the input text  
for the search is better. If you agree with this change, this is quite easy:

buildSearchModeToolBar: aWindow
        ^aWindow newToolbar: {
                self buildSearchingTextArea.
                self buildSearchButton.
                self buildRegExChooser.
                self buildSearchModeDropListIn: aWindow.
                self buildEnvironmentButton.
                self buildAllClassesButton}.

thanks


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4224 in pharo: Put search button next to search input text in Finder

pharo
Updates:
        Status: FixToInclude

Comment #1 on issue 4224 by [hidden email]: Put search button next  
to search input text in Finder
http://code.google.com/p/pharo/issues/detail?id=4224

Yes I vote for and I will integrate it during the next batch


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4224 in pharo: Put search button next to search input text in Finder

pharo
Updates:
        Status: Closed

Comment #2 on issue 4224 by [hidden email]: Put search button next  
to search input text in Finder
http://code.google.com/p/pharo/issues/detail?id=4224

in 13200


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker