On Sun, Nov 11, 2007 at 05:24:36AM +0100, Tommaso Cucinotta wrote:
>  Hi all,
> 
>  please, find attached an improved version of the scrollfix patch.
> 
>  Summary of the further changes:
>  -) most optimizations for updating a single par are back
>  -) actually, it is possible to specify a par range with Update::SinglePar
>    -- actually, should be renamed as Update::Paragraphs;
>    -- actually, Update::Force should be renamed as Update::Screen ?
>  -) class UpdateScope encapsulates the scope of an update (updateFlags
>    plus parameters, e.g. the par range to be updated if SinglePar is used)
>  -) the boxes example now works correctly, except it is somewhat slow
>    because with SinglePar I'm updating and redrawing the outer Par,
>    not the inner one, so with such a great box (or even table, etc...),
>    it gets slow -- here I should add a further parameter to UpdateScope
>    specifying the Text where the update starts from;
>  -) probably it adheres slightly more to the coding rules;
>  -) updated to trunk revision 21533;
>  -) needs testing to check if there are any further crashes;
> 
>  As it is somewhat growing, I wouldn't like to keep working on it for too
>  much time further, as the operation of merging with trunk may become
>  cumbersome. Now it seems to me sufficiently stable.
> 
>     T.

I think this is the time to check it in -- with the trivial
renames you propose. We're not close to a trunk release so any
bugs will get ironed out in a timely manner.

- Martin

Reply via email to