Issue 921 in moose-technology: TextPresentation should override default shortcuts

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

Issue 921 in moose-technology: TextPresentation should override default shortcuts

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-High Component-Glamour Milestone-4.8

New issue 921 by [hidden email]: TextPresentation should override  
default shortcuts
http://code.google.com/p/moose-technology/issues/detail?id=921

For example:

composite := GLMCompositePresentation new.
composite wrapper show: [ :a |
        a text
                act: #inspect on: $d entitled: 'Inspect';
                act: #inspect on: $a entitled: 'Inspect';
                act: #inspect on: $s entitled: 'Inspect' ].
composite openOn: '123'

It works in Pharo 1.4, but not in Pharo 2.0. The reason is due to the hack  
that worked only in Pharo 1.4. Perhaps we need to properly use Keymapping

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 921 in moose-technology: TextPresentation should override default shortcuts

moose-technology
Updates:
        Status: Fixed

Comment #1 on issue 921 by [hidden email]: TextPresentation should  
override default shortcuts
http://code.google.com/p/moose-technology/issues/detail?id=921

fixed

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev