Michael Gerz wrote:
Hi,
I need your help in order to complete CT support.
When accepting/rejecting changes, some characters may be erased and some
paragraphs may be merged.
I guess that there is a need to reformat the document in these cases but
I don't see any code that does this in text.C
Am Sonntag, 17. Dezember 2006 14:23 schrieb Michael Gerz:
> - When merging paragraphs, counters may change. What function takes
> cares of renumbering of sections, enumerations, etc.?
There are several updateLabels() functions in src/buffer_funcs.h. Use the
one that fits.
Georg
Hi,
I need your help in order to complete CT support.
When accepting/rejecting changes, some characters may be erased and some
paragraphs may be merged.
I guess that there is a need to reformat the document in these cases but
I don't see any code that does this in text.C::acceptChange(...).