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/comparison-pane.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,15 +85,15 @@ The **Status** column shows one of the following types:
85
85
86
86
The icon and text spacing is consistent with the History Pane style.
87
87
88
-
## Level 2 and 3: Element and Property Diffs
88
+
## Level 2 and 3: Element and Property Differences
89
89
90
90
Double-clicking a document in Level 1 navigates to Level 2 and Level 3, which appear side by side. Level 2 shows changed elements, and Level 3 shows the property differences for the selected element.
91
91
92
92
{{< figure src="/attachments/refguide/modeling/menus/view-menu/comparison-pane/comparison-pane-level2-3.png" alt="Comparison Pane Level 2 and Level 3 showing element and property differences" class="no-border" >}}
93
93
94
-
### Task Bar
94
+
####Task Bar
95
95
96
-
The task bar at Level 2/3 contains the following buttons:
96
+
The task bar at Level 2 and 3 contains the following buttons:
97
97
98
98
| Button | Action | When Enabled |
99
99
|--------|--------|--------------|
@@ -103,11 +103,11 @@ The task bar at Level 2/3 contains the following buttons:
103
103
|**Collapse all**| Collapses all expanded property tree rows in Level 3 | Always enabled when viewing Level 3 |
104
104
|**Stop comparison**| Closes the comparison and returns to the blank state | Always enabled during an active comparison |
105
105
106
-
### Context Menu
106
+
####Context Menu
107
107
108
108
Right-click any cell in either the Level 2 or Level 3 grid to access the **Copy** option.
109
109
110
-
### Level 2 Grid
110
+
####Level 2 Grid
111
111
112
112
The Level 2 grid shows all changed elements within the selected document:
113
113
@@ -118,7 +118,7 @@ The Level 2 grid shows all changed elements within the selected document:
118
118
119
119
Hover over any cell to see the full value in a tooltip.
120
120
121
-
### Level 3 Grid
121
+
####Level 3 Grid
122
122
123
123
The Level 3 grid shows the property-level differences for the element selected in Level 2:
124
124
@@ -130,27 +130,27 @@ The Level 3 grid shows the property-level differences for the element selected i
130
130
131
131
Property paths are consolidated into a tree view. Grey rows represent intermediate path levels that do not have a direct value. The row order reflects the top-to-bottom, left-to-right order that the corresponding components appear in their dialog boxes.
132
132
133
-
### Splitter
133
+
####Splitter
134
134
135
135
A draggable splitter separates Level 2 and Level 3. Drag the splitter to adjust the space allocated to each level. By default, Level 3 (property differences) is given more space than Level 2 (element list).
136
136
137
137
## Opening Documents
138
138
139
-
When you click **Go to** or double-click a document entry in Level 1, the document opens as it currently exists in your project. If the document no longer exists in your current state, Level 2/3 is shown but nothing opens in the editor.
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
141
{{% alert color="info" %}}
142
-
In a future release (Mendix 11.18), both versions of the document will be opened side by side for visual comparison. For now, only the current version opens.
142
+
In future releases, both versions of the document will be opened side by side for visual comparison. For now, only the current version opens.
143
143
{{% /alert %}}
144
144
145
145
## Refresh Behavior
146
146
147
-
When you are comparing a revision to your current state and you save changes to your app, a **Refresh** button appears in the Comparison Pane. Click **Refresh** to update the comparison with your latest saved changes.
147
+
When you are comparing a revision to your current state and you save changes to your app, a **Refresh** button appears in the **Comparison** pane. Click **Refresh** to update the comparison with your latest saved changes.
148
148
149
149
## Stopping a Comparison
150
150
151
-
Click the **Stop comparison** button to close the comparison. This action closes the Comparison Pane and returns it to a blank state. Any documents that were opened as part of the comparison remain open in the editor.
151
+
Click the **Stop comparison** button to close the comparison. This action closes the **Comparison** pane and returns it to a blank state. Any documents that were opened as part of the comparison remain open in the editor.
152
152
153
-
In the blank state, the Comparison Pane displays a message with a link to start a new comparison. The **Go to** and **Stop comparison** buttons are disabled until a new comparison is started.
153
+
In the blank state, the **Comparison** pane displays a message with a link to start a new comparison. The **Go to** and **Stop comparison** buttons are disabled until a new comparison is started.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/version-control/using-version-control-in-studio-pro/comparing-revisions.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@ description: "How to compare a historical revision to your current state to unde
7
7
8
8
## Introduction
9
9
10
-
The Comparison Pane allows you to compare any historical revision of your version-controlled app to your current working state. This helps you understand what has changed since a specific commit, see the impact of your recent edits, or review what would be affected if you reverted to a past revision.
10
+
The **Comparison** pane allows you to compare any historical revision of your version-controlled app to your current working state. This helps you understand what has changed since a specific commit, see the impact of your recent edits, or review what would be affected if you reverted to a past revision.
11
11
12
12
The comparison shows three levels of detail: which documents changed, which elements within those documents changed, and which property values differ between the revision and your current state.
13
13
14
-
**Key limitation:** You can only compare a selected historical revision to your current working state. It is not possible to compare two arbitrary past revisions to each other.
14
+
{{% alert color="warning" %}}
15
+
The key limitation of the **Comparison** pane is that you can only compare a selected historical revision to your current working state. It is not possible to compare two arbitrary past revisions to each other.
16
+
{{% /alert %}}
15
17
16
-
This feature is similar to the [Changes Pane](/refguide/changes-pane/), but while the Changes Pane shows your local modifications since your last commit, the Comparison Pane shows differences between any historical revision and your current state.
18
+
This feature is similar to the [Changes Pane](/refguide/changes-pane/), but while the **Changes** pane shows your local modifications since your last commit, the Comparison Pane shows differences between any historical revision and your current state.
0 commit comments