________________________________________
De : [email protected] 
[[email protected]] de la part de Camillo Bruni 
[[email protected]]
Date d'envoi : lundi 8 octobre 2012 23:04
À : [email protected]
Objet : Re: [Pharo-project] RE :  RE :  spec + shortcuts

On 2012-10-08, at 22:57, GOUBIER Thierry <[email protected]> wrote:

>> Well, as long as you're happy with the way Keymapping is integrated in Spec, 
>> it's moving forward a bit. But I'm not sure Spec current focusOrder will 
>> still work; it may needs to be rewritten using Keymapping.

> the keymapping stuff is great, at least for me straight-forward.
> It's actually the first time I really have a look at spec ;).
> But the whole focus stuff is a bit harder to grasp in your changes...
> So I leave that to people who know more about spec than I do.

In fact, the focus stuff I did is in 6734. The thing with doing the focus in 
Keymapping is that the tab and crtl+tab events, when processed by Keymapping, 
are then considered as handled and not forwarded to the model, making the 
focusOrder of Spec non working since it takes place at the very end of the 
keyboard event processing sequence, if I'm not wrong.

I'm a bit waiting on a Spec specialist to have a look into that as well :)

>> There is something else I discovered when reverting to Morphic instead of 
>> Spec is that my Spec-based app seemed to be very memory hungry compared to 
>> the Morphic version with the same code and functionality. Old instances of 
>> the app seemed to be very hard to garbage collect.

> I guess there is a lot to optimize in spec, since it's still quite young...

That's true...

Reply via email to