Skip to content

Commit 10d91a8

Browse files
Start reviewing Version Control new document
1 parent 8f93289 commit 10d91a8

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ The **Status** column shows one of the following types:
8585

8686
The icon and text spacing is consistent with the History Pane style.
8787

88-
## Level 2 and 3: Element and Property Diffs
88+
## Level 2 and 3: Element and Property Differences
8989

9090
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.
9191

9292
{{< 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" >}}
9393

94-
### Task Bar
94+
#### Task Bar
9595

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:
9797

9898
| Button | Action | When Enabled |
9999
|--------|--------|--------------|
@@ -103,11 +103,11 @@ The task bar at Level 2/3 contains the following buttons:
103103
| **Collapse all** | Collapses all expanded property tree rows in Level 3 | Always enabled when viewing Level 3 |
104104
| **Stop comparison** | Closes the comparison and returns to the blank state | Always enabled during an active comparison |
105105

106-
### Context Menu
106+
#### Context Menu
107107

108108
Right-click any cell in either the Level 2 or Level 3 grid to access the **Copy** option.
109109

110-
### Level 2 Grid
110+
#### Level 2 Grid
111111

112112
The Level 2 grid shows all changed elements within the selected document:
113113

@@ -118,7 +118,7 @@ The Level 2 grid shows all changed elements within the selected document:
118118

119119
Hover over any cell to see the full value in a tooltip.
120120

121-
### Level 3 Grid
121+
#### Level 3 Grid
122122

123123
The Level 3 grid shows the property-level differences for the element selected in Level 2:
124124

@@ -130,27 +130,27 @@ The Level 3 grid shows the property-level differences for the element selected i
130130

131131
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.
132132

133-
### Splitter
133+
#### Splitter
134134

135135
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).
136136

137137
## Opening Documents
138138

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

141141
{{% 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.
143143
{{% /alert %}}
144144

145145
## Refresh Behavior
146146

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

149149
## Stopping a Comparison
150150

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

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

155155
## Read More
156156

content/en/docs/refguide/version-control/using-version-control-in-studio-pro/comparing-revisions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ description: "How to compare a historical revision to your current state to unde
77

88
## Introduction
99

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

1212
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.
1313

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 %}}
1517

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

1820
## Starting a Comparison
1921

0 commit comments

Comments
 (0)