Skip to content

Commit 7e6466f

Browse files
Review
1 parent ccc1409 commit 7e6466f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

content/en/docs/refguide/modeling/menus/view-menu/file-diff-viewer.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: "File Differences Viewer"
33
url: /refguide/file-diff-viewer/
44
weight: 27
5-
description: "Describes the built-in File Differences Viewer dialog 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."
66
---
77

88
## Introduction
99

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.
1111

1212
{{< 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" >}}
1313

@@ -27,7 +27,7 @@ The File Differences Viewer toolbar contains the following buttons:
2727
| Button | Action |
2828
|--------|--------|
2929
| **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). |
3131

3232
## Reading the Diff
3333

@@ -37,7 +37,8 @@ The File Differences Viewer uses the following visual indicators to show differe
3737
* **Red background** – Lines or words that were removed from the older version.
3838
* **Word-level highlighting** – Within changed lines, individual words that differ are highlighted with a darker shade to pinpoint exact changes.
3939

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.
4142

4243
Line numbers are displayed for both sides to help you locate changes in the file.
4344

0 commit comments

Comments
 (0)