On 2012-10-08, at 22:57, GOUBIER Thierry <thierry.goubier@cea.fr> 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.
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...