Issue 4575 in pharo: ProtocolBrowser should be deprecated

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

Issue 4575 in pharo: ProtocolBrowser should be deprecated

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

New issue 4575 by [hidden email]: ProtocolBrowser should be  
deprecated
http://code.google.com/p/pharo/issues/detail?id=4575

ProtocolBrowser, a subclass of MessageSet, should be deprecated.
Now if the functionality is used (I never used it but I may be a non  
typical programmer), we could use FlatListBrowser to implement  
ProtocolBrowser.


_______________________________________________
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 4575 in pharo: ProtocolBrowser should be deprecated

pharo
Updates:
        Labels: Type-Cleanup

Comment #1 on issue 4575 by [hidden email]: ProtocolBrowser should  
be deprecated
http://code.google.com/p/pharo/issues/detail?id=4575

(No comment was entered for this change.)


_______________________________________________
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 4575 in pharo: ProtocolBrowser should be deprecated

pharo
Updates:
        Labels: -Milestone-1.4

Comment #2 on issue 4575 by [hidden email]: ProtocolBrowser should  
be deprecated
http://code.google.com/p/pharo/issues/detail?id=4575

not in 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 4575 in pharo: ProtocolBrowser should be deprecated

pharo

Comment #3 on issue 4575 by [hidden email]: ProtocolBrowser should  
be deprecated
http://code.google.com/p/pharo/issues/detail?id=4575

not in 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 4575 in pharo: ProtocolBrowser should be deprecated

pharo
Updates:
        Status: FixReviewNeeded
        Labels: Milestone-2.0

Comment #4 on issue 4575 by [hidden email]: ProtocolBrowser should  
be deprecated
http://code.google.com/p/pharo/issues/detail?id=4575

removed, not deprecated.

Name: SLICE-Issue-4575-ProtocolBrowser-should-be-deprecated-MarcusDenker.1
Author: MarcusDenker
Time: 7 May 2012, 3:30:41.074 pm
UUID: a0920977-f6db-4e59-a1ca-b28af9553b28
Ancestors:
Dependencies: MonticelloGUI-MarcusDenker.146, Tools-MarcusDenker.834

Issue 4575: ProtocolBrowser should be deprecated


_______________________________________________
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 4575 in pharo: ProtocolBrowser should be deprecated

pharo

Comment #5 on issue 4575 by [hidden email]: ProtocolBrowser should  
be deprecated
http://code.google.com/p/pharo/issues/detail?id=4575

How to replace it :)

methods := NewValueHolder withAllSubclasses gather:[:each |
        each methodDict select: [:m | m category = 'announcements' ]].

MessageBrowser new
        messages: methods;
        title: 'Messages from ''announcements'' in NewValueholder hierarchy';
        openWithSpec


_______________________________________________
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 4575 in pharo: ProtocolBrowser should be deprecated

pharo
Updates:
        Status: Integrated

Comment #6 on issue 4575 by [hidden email]: ProtocolBrowser should  
be deprecated
http://code.google.com/p/pharo/issues/detail?id=4575

in 2.0 057


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