keymapping

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

keymapping

Tudor Girba-2
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."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: keymapping

Guillermo Polito


On Thu, Dec 8, 2011 at 3:47 AM, Tudor Girba <[hidden email]> 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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: keymapping

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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] keymapping

Tudor Girba-2
In reply to this post by Guillermo Polito
Hi,

On 10 Dec 2011, at 23:18, Guillermo Polito wrote:

>
>
> On Thu, Dec 8, 2011 at 3:47 AM, Tudor Girba <[hidden email]> 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."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev