May 30, 2015
10:48 a.m.
2015-05-30 10:53 GMT+02:00 Nicolai Hess <nicolaihess@web.de>:
2015-05-30 9:49 GMT+02:00 stepharo <stepharo@free.fr>:
For now could not we use
when: send: to: instead of a block in key registration?
I will check.
That are many many senders. And I don't fully understand what to change. For example, a keymapping registration like (aBuilder shortcut: #browseIt) category: #SmalltalkEditor default: PharoShortcuts current browseShortcut do: [ :morph | morph browseIt ]. how to define it without the block? (aBuilder shortcut: #browseIt) category: #SmalltalkEditor default: PharoShortcuts current browseShortcut send: #browseIt to: ?what
Thank you for your response.
Stef