Issue 7441 in pharo: EventHandler is deprecated yet EventHandlerPlus, a subclass, still is there

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

Issue 7441 in pharo: EventHandler is deprecated yet EventHandlerPlus, a subclass, still is there

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

New issue 7441 by [hidden email]: EventHandler is deprecated yet  
EventHandlerPlus, a subclass, still is there
http://code.google.com/p/pharo/issues/detail?id=7441

Solution:

- Either we undeprecated and fix it in 3.0 (It should be noted to  
EventHandler still has 26 Instances, too).

- Or: fix all Instances and the subclass



_______________________________________________
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 7441 in pharo: EventHandler is deprecated yet EventHandlerPlus, a subclass, still is there

pharo
Issue 7441: EventHandler is deprecated yet EventHandlerPlus, a subclass,  
still is there
http://code.google.com/p/pharo/issues/detail?id=7441

This issue is now blocking issue pharo:7104.
See http://code.google.com/p/pharo/issues/detail?id=7104

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

_______________________________________________
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 7441 in pharo: EventHandler is deprecated yet EventHandlerPlus, a subclass, still is there

pharo
In reply to this post by pharo
Updates:
        Status: HumanReviewNeeded

Comment #2 on issue 7441 by [hidden email]: EventHandler is  
deprecated yet EventHandlerPlus, a subclass, still is there
http://code.google.com/p/pharo/issues/detail?id=7441

The attached slice  moves EventHandler close to EventHanlerPlus.

The instances we should fix, though. Would this work?

EventHandler allInstancesDo: [ :e | e become: MorphicEventHandler new].
Smalltalk garbageCollect.



Name:  
SLICE-Issue-7441-EventHandler-is-deprecated-yet-EventHandlerPlus-a-subclass-still-is-there-MarcusDenker.1
Author: MarcusDenker
Time: 8 February 2013, 9:42:15.878 am
UUID: b18899d4-3a59-4998-87e9-40cdccfb7ba1
Ancestors:
Dependencies: Deprecated20-MarcusDenker.31,  
Polymorph-Widgets-MarcusDenker.768

Issue 7441: EventHandler is deprecated yet EventHandlerPlus, a subclass,  
still is there


_______________________________________________
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 7441 in pharo: EventHandler is deprecated yet EventHandlerPlus, a subclass, still is there

pharo
Updates:
        Status: FixToInclude

Comment #3 on issue 7441 by [hidden email]: EventHandler is  
deprecated yet EventHandlerPlus, a subclass, still is there
http://code.google.com/p/pharo/issues/detail?id=7441

I will integrate this and put a new issue for 3.0 about EventHandler and  
EventHandlerPlus


_______________________________________________
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 7441 in pharo: EventHandler is deprecated yet EventHandlerPlus, a subclass, still is there

pharo
Updates:
        Status: Integrated

Comment #4 on issue 7441 by [hidden email]: EventHandler is  
deprecated yet EventHandlerPlus, a subclass, still is there
http://code.google.com/p/pharo/issues/detail?id=7441

in 2.0 423


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