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/changes-pane.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,8 @@ The toolbar at this level contains the following buttons:
83
83
***Go to** – takes you directly to the changed element
84
84
***Show purely visual changes** – shows visual changes, such as dragging an entity to a new location in the domain model
85
85
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
+
87
88
88
89
The left side of the grid contains the following columns:
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/menus/view-menu/comparison-pane.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Property paths are consolidated into a tree view. Grey rows represent intermedia
138
138
139
139
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.
140
140
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.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/menus/view-menu/file-diff-viewer.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: "Describes the File Differences Viewer, a built-in dialog box in St
7
7
8
8
## Introduction
9
9
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.
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
@@ -16,17 +16,17 @@ The **File Differences Viewer** is a dialog box in Studio Pro that displays text
16
16
The File Differences Viewer opens automatically in the following scenarios:
17
17
18
18
***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.
22
22
23
23
## Toolbar
24
24
25
25
The File Differences Viewer toolbar contains the following buttons:
26
26
27
27
| Button | Action |
28
28
|--------|--------|
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. |
30
30
|**Split/Inline** toggle | Switches between split view (side-by-side) and inline view (unified). |
0 commit comments