Re: Inverting the dispatch execution order

2010-12-06 Thread Pavel Sanda
Abdelrazak Younes wrote: > They enable me to fix 2 or 3 three important bugs. perfect then. pavel

Re: Inverting the dispatch execution order

2010-12-06 Thread Jean-Marc Lasgouttes
Le 05/12/2010 23:39, Pavel Sanda a écrit : Abdelrazak Younes wrote: Any reason why not doing so? yes sir :) because it can introduce new regressions? because you have generally almost no time to fix them when they appear? because we dont want to throw one month of users testing of beta1 for n

Re: Inverting the dispatch execution order

2010-12-05 Thread Abdelrazak Younes
On 12/05/2010 11:39 PM, Pavel Sanda wrote: Abdelrazak Younes wrote: Any reason why not doing so? yes sir :) because it can introduce new regressions? Valid one. because you have generally almost no time to fix them when they appear? Not fair. I am not able to instantane

Re: Inverting the dispatch execution order

2010-12-05 Thread Pavel Sanda
Abdelrazak Younes wrote: > Any reason why not doing so? yes sir :) because it can introduce new regressions? because you have generally almost no time to fix them when they appear? because we dont want to throw one month of users testing of beta1 for new bugs out of window? i fell somewhat unco

Inverting the dispatch execution order

2010-12-05 Thread Abdelrazak Younes
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.