>> 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?
Uhh.. I just distilled this from r31286, r31290, r31295. That's why I'm using the words "think" and "probably". >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? That's something I do indeed, but I suggest not to do this in trunk until all places are fixed. >thanks for info >pavel Vincent