Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
For those action no. All what my patch is doing is to pre-load *all*
the child documents. The relevant inset will still check if the child
document is already loaded or not, and load it if not. This doesn't
change.
So pre-load == load the buffer but do not show it
and load == actually show the file?
No, pre-load do the same as loadIfneeded() but do it in a centralised
place (in Buffer). loadIfNeeded will still be called by the inset. The
difference is that the child document will already be loaded, that's all.
If this is the case, I do not see why loadIfNeeded should need to put
the documents to a BufferView.
It is not needed and it is not done in trunk either. But updateLabels()
will be called for the master because as soon as the child is loaded we
want to update the labels and numbering of the master.
This should be completely transparent
to the user.
It is.
Abdel.