Skip to content

Commit e98240a

Browse files
committed
Review
1 parent 019dea9 commit e98240a

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

content/en/docs/refguide/modeling/menus/view-menu/changes-pane.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ The toolbar at this level contains the following buttons:
8383
* **Go to** – takes you directly to the changed element
8484
* **Show purely visual changes** – shows visual changes, such as dragging an entity to a new location in the domain model
8585

86-
For text-based properties, you can double-click a property row to open the [File Differences Viewer](/refguide/file-diff-viewer/), which shows a detailed side-by-side comparison of the old and new values. For file-level changes at the top level, double-click a file row or right-click and select **Compare with original** to open the File Differences Viewer.
86+
For text-based properties, you can double-click a property row to open the [File Differences Viewer](/refguide/file-diff-viewer/), which shows a detailed side-by-side comparison of the old and new values. To compare file-level changes at the top level, double-click a file row or right-click and select **Compare with original**.
87+
8788

8889
The left side of the grid contains the following columns:
8990

content/en/docs/refguide/modeling/menus/view-menu/comparison-pane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Property paths are consolidated into a tree view. Grey rows represent intermedia
138138

139139
When you click **Go to** or double-click a document entry in Level 1, the document opens as it currently exists in your app. If the document no longer exists in your current state, Level 2 and 3 is shown but nothing opens in the editor.
140140

141-
For text-based properties, you can double-click a property row or use the context menu to open a detailed side-by-side comparison in the [File Differences Viewer](/refguide/file-diff-viewer/). For file-type documents in Level 1, double-clicking or clicking **Go to** opens the File Differences Viewer instead of a document editor.
141+
For text-based properties, you can double-click a property row or use the context menu to open a detailed side-by-side comparison in the [File Differences Viewer](/refguide/file-diff-viewer/). For file-type documents in Level 1, double-click or click **Go to** to open the File Differences Viewer instead of a document editor.
142142

143143
## Refresh Behavior
144144

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Describes the File Differences Viewer, a built-in dialog box in St
77

88
## Introduction
99

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

@@ -16,17 +16,17 @@ The **File Differences Viewer** is a dialog box in Studio Pro that displays text
1616
The File Differences Viewer opens automatically in the following scenarios:
1717

1818
* **Changes pane**:
19-
* When you are viewing changes at the object level and double-click a text property row, the File Differences Viewer opens to show the old and new values of that property.
20-
* When reviewing disk changes (for example, Java source code or widget files), you can right-click a modified file and select **Compare with original**, or double-click it, to open the File Differences Viewer showing the differences between your working copy and the last committed version.
21-
* **Comparison pane** – When comparing property values or files in the [Comparison pane](/refguide/comparison-pane/), clicking a compare action opens the File Differences Viewer to show the differences.
19+
* When you view changes at the object level and double-click a text property row, the File Differences Viewer opens to show the old and new values of that property.
20+
* When you review disk changes (such as Java source code or widget files), you can right-click a modified file and select **Compare with original**, or double-click it, to open the File Differences Viewer showing the differences between your working copy and the last committed version.
21+
* **Comparison pane** – When you compare property values or files in the [Comparison pane](/refguide/comparison-pane/), clicking a compare action opens the File Differences Viewer to show the differences.
2222

2323
## Toolbar
2424

2525
The File Differences Viewer toolbar contains the following buttons:
2626

2727
| Button | Action |
2828
|--------|--------|
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. |
29+
| **Refresh** | Reloads the file contents from disk. This is useful if you make changes to the file while the dialog box is open. This button is disabled when comparing text values. |
3030
| **Split/Inline** toggle | Switches between split view (side-by-side) and inline view (unified). |
3131

3232
## Reading the Diff

0 commit comments

Comments
 (0)