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
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/menus/view-menu/file-diff-viewer.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: "File Differences Viewer"
3
3
url: /refguide/file-diff-viewer/
4
4
weight: 27
5
-
description: "Describes the built-in File Differences Viewerdialog in Studio Pro for comparing text and file differences."
5
+
description: "Describes the File Differences Viewer, a built-in dialog box in Studio Pro for comparing text and file differences."
6
6
---
7
7
8
8
## Introduction
9
9
10
-
The **File Differences Viewer** is a dialog in Studio Pro that displays text differences between two versions of a file or two text values. It opens as a modal dialog and shows additions, deletions, and modifications with color-coded highlighting.
10
+
The **File Differences Viewer** is a dialog box in Studio Pro that displays text differences between two versions of a file or two text values. It opens as a modal dialog and shows additions, deletions, and modifications with color-coded highlighting.
11
11
12
12
{{< figure src="/attachments/refguide/modeling/menus/view-menu/file-diff-viewer/file-diff-viewer-split.png" alt="File Differences Viewer showing a side-by-side comparison with color-coded additions and deletions" class="no-border" >}}
13
13
@@ -27,7 +27,7 @@ The File Differences Viewer toolbar contains the following buttons:
27
27
| Button | Action |
28
28
|--------|--------|
29
29
|**Refresh**| Reloads the file contents from disk. This is useful if you make changes to the file while the dialog is open. This button is disabled when comparing text values. |
30
-
|**Split/Inline toggle**| Switches between split view (side-by-side) and inline view (unified). |
30
+
|**Split/Inline** toggle| Switches between split view (side-by-side) and inline view (unified). |
31
31
32
32
## Reading the Diff
33
33
@@ -37,7 +37,8 @@ The File Differences Viewer uses the following visual indicators to show differe
37
37
***Red background** – Lines or words that were removed from the older version.
38
38
***Word-level highlighting** – Within changed lines, individual words that differ are highlighted with a darker shade to pinpoint exact changes.
39
39
40
-
In **split view**, the older version is shown on the left and the newer version is shown on the right, with column headers **Older** and **Newer**. In **inline view**, both versions are merged into a single column with the header **Differences**, where removed lines appear above added lines.
40
+
In split view, the older version is shown on the left and the newer version is shown on the right, with column headers **Older** and **Newer**.
41
+
In inline view, both versions are merged into a single column with the header **Differences**, where removed lines appear above added lines.
41
42
42
43
Line numbers are displayed for both sides to help you locate changes in the file.
0 commit comments