[Pharo-project] keymapping
Hi Guille, We recently added Keymapping to the Moose distribution (actually part of Glamour), but it seems that it breaks the image in subtle ways: - Ctrl+v and Cmd+v lead to different behaviour - pasting a piece of code leaves the cursor at the beginning of the pasted text Do you happen to have time to look into these? Cheers, Doru -- www.tudorgirba.com "Next time you see your life passing by, say 'hi' and get to know her."
On Thu, Dec 8, 2011 at 3:47 AM, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi Guille,
We recently added Keymapping to the Moose distribution (actually part of Glamour), but it seems that it breaks the image in subtle ways: - Ctrl+v and Cmd+v lead to different behaviour
Is it the same you told in the other email? With windows and Mac? I'll have a look as soon as I get a Mac (and/or a windows machine near me).
- pasting a piece of code leaves the cursor at the beginning of the pasted text
I've noticed this, yeap. This is a horrible bug :(.
Do you happen to have time to look into these?
Will try asap :) Guille
- pasting a piece of code leaves the cursor at the beginning of the pasted
text
I've noticed this, yeap. This is a horrible bug :(.
I've catched this last one after chasing it a few hours! I was attaching the shortcut to the TextMorph and then I realized that I have to send it to the PluggableTextMorph .... If you try to play with a TextMorph instance from a workspace and send it #paste, It does not move the cursor after the pasted text. I'll commit the fix when SS is up again :) Guille
Hi, On 10 Dec 2011, at 23:18, Guillermo Polito wrote:
On Thu, Dec 8, 2011 at 3:47 AM, Tudor Girba <tudor@tudorgirba.com> wrote: Hi Guille,
We recently added Keymapping to the Moose distribution (actually part of Glamour), but it seems that it breaks the image in subtle ways: - Ctrl+v and Cmd+v lead to different behaviour
Is it the same you told in the other email? With windows and Mac? I'll have a look as soon as I get a Mac (and/or a windows machine near me).
I reproduced this both on Mac (Cmd+v) and on Windows (Alt+v).
- pasting a piece of code leaves the cursor at the beginning of the pasted text
I've noticed this, yeap. This is a horrible bug :(.
Do you happen to have time to look into these?
Will try asap :)
Thanks :). Doru
Guille
-- www.tudorgirba.com "Yesterday is a fact. Tomorrow is a possibility. Today is a challenge."
participants (2)
-
Guillermo Polito -
Tudor Girba