Issue 6474 in pharo: Improve senders

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

Issue 6474 in pharo: Improve senders

pharo
Status: FixToInclude
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0 Difficulty-Easy

New issue 6474 by [hidden email]: Improve senders
http://code.google.com/p/pharo/issues/detail?id=6474

when you do senders on a class you get its symbol occurrence but not its  
uses.
Look at SmalltalkEditor for example.
The change proposes to show both: the references and the users.
It also make sure that we can select either a class or selector and get the  
senders (we could even remove cmd+N)
because it is useless and force the user to think (this is not oo). Here I  
ask senders and if this is class I get its users and if this is a symbol I  
get it senders. so nice :)



_______________________________________________
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 6474 in pharo: Improve senders

pharo

Comment #1 on issue 6474 by [hidden email]: Improve senders
http://code.google.com/p/pharo/issues/detail?id=6474

clean also and remove unecessary Cursor while and fix some method comments.


_______________________________________________
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 6474 in pharo: Improve senders

pharo

Comment #2 on issue 6474 by [hidden email]: Improve senders
http://code.google.com/p/pharo/issues/detail?id=6474

(No comment was entered for this change.)

Attachments:
        senderFixes.cs  5.8 KB


_______________________________________________
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 6474 in pharo: Improve senders

pharo
Updates:
        Cc: [hidden email]

Comment #3 on issue 6474 by [hidden email]: Improve senders
http://code.google.com/p/pharo/issues/detail?id=6474

systemNavigation is a bit dirty.


_______________________________________________
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 6474 in pharo: Improve senders

pharo

Comment #4 on issue 6474 by [hidden email]: Improve senders
http://code.google.com/p/pharo/issues/detail?id=6474

In addition it nicely handles pool variable references!!


_______________________________________________
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 6474 in pharo: Improve senders

pharo
Updates:
        Status: Integrated

Comment #5 on issue 6474 by [hidden email]: Improve senders
http://code.google.com/p/pharo/issues/detail?id=6474

in 20237


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