about signing or marking the editing record or history

General TRichView support forum. Please post your questions here
Post Reply
ironside
Posts: 4
Joined: Fri Aug 11, 2006 9:41 am

about signing or marking the editing record or history

Post by ironside »

Hi Sergey,
Suppose someone gave me a paper and wanted me to review it through a trichview editor, then i did some changes on this paper such as deleting or adding some sentences, changes some words' font and so on. Now i want to keep these edit signs on the editor like Microsoft Word's redaction, then my friend can easily find which changes i have done on the paper.
My question is, how to implement above functions in trichview? Thank you!
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It's not possible using documented methods, they only allow the get type of the last operation (see UndoAction, RedoAction, UndoName, RedoName).
Look in the code for these functions, you will be able to find solution for this problem.
In the end, these functions return UndoType or Caption properties of the last item in undo/redo list for the proper cell inplace editor or the main document. You can write your function returning these properties for all items in undo/redo lists.
Post Reply