Vincent van Ravesteijn - TNW wrote:
> >Tommaso, i just checked this breaks more things than
> >just version control. even normal save functions are
> >affected and are touching wrong buffers. please take
> >the API of buffer() being only main edited document
> >back either by reverting the patch or refactorising
> >the current code.
> 
> Yes, it breaks a lot.
> 
> Abdel took some part upon it this weekend, but I believe he mainly
> attacked the GuiView. Even this seems quite tricky and it needs lot of
> care to do it correctly, so I'd do this step-by-step.
> 
> I think the idea is to remove all calls to buffer() and get to the
> buffer through either currentBufferView()->buffer() or
> documentBufferView()->buffer(). Outside the GUI we will probably rename
> all buffer() calls to documentBuffer() and currentBuffer().

sorry i may be just skipped some thread where are the plans summarized?
if we don't want direct buffer() anymore, wouldn't be better idea to kill
it from header so compiler gives us all places which have to be fixed?

> I don't know what plans Abdel have, but there is some progress. The last
> thing I'd advice is to work with different people on this.

thanks for info
pavel

Reply via email to