Hi,
I would like to invert the dispatch execution order, i.e.:
Cursor -> Buffer -> BufferView -> GuiView -> GuiApplication
The current top-down order was always weird to me because when you type
the first thing to try is to execute at the cursor location, not at the
global application level. Anyway, thanks to the successive cleanup it is
now easy to do so and I reckon that it will make everything a bit faster
because typing a simple character won't have to go through the whole
dispatch machinery before being effectively dispatch. I run now with
this inversion and I can't see no problem.
Any reason why not doing so? JMarc? If not I propose to do the inversion
after beta2.
Abdel.