You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Track Changes plugin monitors edits made to a document by comparing its current state to the original version. Each change is attributed to its respective author and can be approved or rejected before being applied to the document.
25
25
26
-
[NOTE]
27
-
Since the comparison is made against the original version of the document, if there are unresolved changes by multiple authors affecting the same part, the most recent change will be used for comparison. The `hasChanges` API can be used to implement a safeguard that prevents further edits on a document with unresolved changes.
28
-
29
-
The plugin includes a dedicated view for reviewing current changes, accessible via the `{plugincode} toolbar button or the menu option under the `View` menu. The key components are:
26
+
The plugin includes a dedicated view for reviewing current changes, accessible via the `{plugincode}` toolbar button or the menu option under the `View` menu. The key components are:
30
27
31
28
. **Read-only Diff View**:
32
29
+
@@ -41,7 +38,7 @@ Highlights the current changes made to the document, using the following color c
41
38
Contains a header with the following buttons:
42
39
+
43
40
* Show Changes: A toggle button which hides/unhides the change annotations.
44
-
* Complete: Ends the review applies the resolved changes.
41
+
* Complete: Ends the review and applies the resolved changes.
45
42
* Cancel: Ends the review without any further action.
Since the comparison is made against the original version of the document, if there are unresolved changes by multiple authors affecting the same part, the most recent change will be used for comparison. The `hasChanges` API can be used to implement a safeguard that prevents further edits on a document with unresolved changes.
0 commit comments