Georg Baum wrote:
Am Donnerstag, 9. November 2006 13:40 schrieb Abdelrazak Younes:
Georg Baum wrote:
Abdelrazak Younes wrote:
Georg Baum wrote:
This patch adds support for the esint package:
Georg, could you post an updated patch for the multi-document toc?
I never had it in 1.5 so far. If you can tell me what happened to
updateCounters() and where I can find the replacement code I can create
a
patch.
updateLabels()
Thanks, here is the patch. In the 1.4 version I was able to make addToToc a
virtual function of InsetBase, but in trunk that is not possible anymore
because it would create a circular include dependency (insetbase.h ->
toc.h -> pariterator.h -> ... -> insetbase.h).
I see.
Navigating to a different buffer does not really work (LFUN_PARAGRAPH_GOTO
in BufferView::dispatch). The buffer is found, but it seems that the
setBuffer call does not work. This worked in 1.4 and has certainly
something to do with the multiple views stuff, so it is probably easy for
you to fix that.
Hum I think this has rather been changed recently by the bookmark stuff.
But I'll try to give a look this week-end.
Thanks,
Abdel.