Hi, All: I have a question about the Change Recording (Redline), would you pls give me some tips on it?
As all we know, under the redline mode "Show", the content of all changes with type "Delete" recorded in the redline table of current document will still be visible in the context. And if we change the redline mode from "Show" to "Hide", said "Delete" typed changes related content will be invisible by moving said content from main body of document into the segment of hided changes (SHC). Said operation Hide for "Delete" changes was designed in 2 ways (Implemented in SwRedline::Hide()): A. Move delete changes related content from main body into SHC; B. Make a copy of delete changes related content in SHC, and remove the original content from main body; Said design B is for almost all invoking of SwRedline::Delete(). And design A is only invoked in the SwDoc::CompressRedlines(), which is a method for combining the existed change records. My question is, what do we concerned about to make the design of Hide in 2 different ways?
