Issue 1009 in moose-technology: GTInspector does not accept code on CMD+s

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

Issue 1009 in moose-technology: GTInspector does not accept code on CMD+s

moose-technology
Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Defect Priority-Medium Component-GlamorousToolkit Milestone-5.0

New issue 1009 by [hidden email]: GTInspector does not accept code on  
CMD+s
http://code.google.com/p/moose-technology/issues/detail?id=1009

When editing code, pressing CMD+s does not trigger the accept. You have to  
press on the check icon to do it.

--
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 1009 in moose-technology: GTInspector does not accept code on CMD+s

moose-technology

Comment #1 on issue 1009 by [hidden email]: GTInspector does not  
accept code on CMD+s
http://code.google.com/p/moose-technology/issues/detail?id=1009

I tried to add shortcut: $s in:

SaveDebugAction>>asGlamourAction

        ^ super asGlamourAction
                        shortcut: $s;
                        action: [ :textPresentation |
                                self sourceCode: textPresentation text.
                                self execute ]

but it seems to not have the wanted effect. Strange.

--
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