Issue 5979 in pharo: "Method names containing" shortcut broken

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

Issue 5979 in pharo: "Method names containing" shortcut broken

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-1.4 Milestone-2.0

New issue 5979 by [hidden email]: "Method names containing" shortcut  
broken
http://code.google.com/p/pharo/issues/detail?id=5979

2.0

1. Select a text fragment in a workspace
2. Press Cmd-Shift-W

DNU ToolRegistry>>messageNames


_______________________________________________
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 5979 in pharo: "Method names containing" shortcut broken

pharo

Comment #1 on issue 5979 by [hidden email]: "Method names  
containing" shortcut broken
http://code.google.com/p/pharo/issues/detail?id=5979

The method was removed as part of:
Issue 4576: MessageNames should be deprecated
http://code.google.com/p/pharo/issues/detail?id=4576
but this sender seems to have been missed.

Finder new messagesNameSearch: aString returns the list we need...


_______________________________________________
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 5979 in pharo: "Method names containing" shortcut broken

pharo
Updates:
        Status: FixReviewNeeded

Comment #2 on issue 5979 by [hidden email]: "Method names  
containing" shortcut broken
http://code.google.com/p/pharo/issues/detail?id=5979

Fix in inbox:  
SLICE-Issue-5979-quotMethod-names-containingquot-shortcut-broken-SeanDeNigris.1

* Re-implement SystemNavigation>>browseMethodsWhoseNamesContain:


_______________________________________________
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 5979 in pharo: "Method names containing" shortcut broken

pharo

Comment #3 on issue 5979 by [hidden email]: "Method names  
containing" shortcut broken
http://code.google.com/p/pharo/issues/detail?id=5979

Oh, and thanks to Bert for the inspiration  
(http://forum.world.st/About-Primitives-td4631848.html#a4631936)


_______________________________________________
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 5979 in pharo: "Method names containing" shortcut broken

pharo
Updates:
        Status: FixToInclude

Comment #4 on issue 5979 by [hidden email]: "Method names  
containing" shortcut broken
http://code.google.com/p/pharo/issues/detail?id=5979

ok. the only change needed is that as this method is on SystemNavigation,  
you can just call it on self.

^ self browseAllSelect: [ :e | e selector includesSubstring: aString  
caseSensitive: false ].


_______________________________________________
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 5979 in pharo: "Method names containing" shortcut broken

pharo
Updates:
        Status: Integrated
        Labels: -Milestone-2.0

Comment #5 on issue 5979 by [hidden email]: "Method names  
containing" shortcut broken
http://code.google.com/p/pharo/issues/detail?id=5979

in 2.0 101

TODO: 1.4


_______________________________________________
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 5979 in pharo: "Method names containing" shortcut broken

pharo

Comment #6 on issue 5979 by [hidden email]: "Method names  
containing" shortcut broken
http://code.google.com/p/pharo/issues/detail?id=5979

@Marcus: ha ha, thanks. Copy/paste strikes again :)


_______________________________________________
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 5979 in pharo: "Method names containing" shortcut broken

pharo

Comment #7 on issue 5979 by [hidden email]: "Method names  
containing" shortcut broken
http://code.google.com/p/pharo/issues/detail?id=5979

What's the easiest way to port a 2.0 fix (like this one) back to 1.4?


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