Issue 5660 in pharo: having more handles*: for keyboard handling

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

Issue 5660 in pharo: having more handles*: for keyboard handling

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

New issue 5660 by [hidden email]: having more handles*: for keyboard  
handling
http://code.google.com/p/pharo/issues/detail?id=5660

Nowadays, we have

handleKeyStroke: anEvent
handleKeyDown: anEvent
handleKeyUp: anEvent

But we have only on test method for them:

handlesKeyboard: anEvent

What about having the three more specialized

handlesKeysTroke: anEvent
handlesKeyDown: anEvent
handleKeyUp: anEvent

all defaulting to

^self handlesKeyboard: anEvent


_______________________________________________
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 5660 in pharo: having more handles*: for keyboard handling

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 5660 by [hidden email]: having more handles*:  
for keyboard handling
http://code.google.com/p/pharo/issues/detail?id=5660

-Added new testing methods
-Fixed some users to use those new testing methods

Attachments:
        keyboard-cleanup.1.cs  3.0 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 5660 in pharo: having more handles*: for keyboard handling

pharo
Updates:
        Status: FixToInclude

Comment #2 on issue 5660 by [hidden email]: having more handles*:  
for keyboard handling
http://code.google.com/p/pharo/issues/detail?id=5660

New slice in the inbox to make the changes compatible with Keymappings

Reviewed by Ben and Christophe


_______________________________________________
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 5660 in pharo: having more handles*: for keyboard handling

pharo
Updates:
        Status: Integrated

Comment #3 on issue 5660 by [hidden email]: having more handles*:  
for keyboard handling
http://code.google.com/p/pharo/issues/detail?id=5660

in 2.0 019


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