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/_index.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
@@ -70,7 +70,7 @@ This pane has two levels, so when you zoom into a changed document, you can revi
70
70
71
71
### Comparison
72
72
73
-
The [Comparison](/refguide/comparison-pane/) pane shows the differences between a selected historical revision and your current working state, allowing you to see what documents, elements, and properties changed.
73
+
The [Comparison pane](/refguide/comparison-pane/) shows the differences between a selected historical revision and your current working state, allowing you to see what documents, elements, and properties changed.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/menus/view-menu/changes-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
@@ -10,7 +10,7 @@ description: "Describes the Changes pane in Mendix Studio Pro."
10
10
For version control enabled apps (apps with Team Server or other Git servers), the **Changes** pane shows the local changes to the app since the last commit. You can commit changes, update to the latest revision, and view the history from it.
11
11
12
12
{{% alert color="info" %}}
13
-
The **Changes** pane shows your local changes since the last commit. To compare any historical revision to your current state, use the [Comparison Pane](/refguide/comparison-pane/) instead. For more information, see [Comparing Revisions](/refguide/comparing-revisions/).
13
+
The **Changes** pane shows your local changes since the last commit. To compare any historical revision to your current state, use the [Comparison pane](/refguide/comparison-pane/) instead. For more information, see [Comparing Revisions](/refguide/comparing-revisions/).
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/menus/view-menu/comparison-pane.md
+21-27Lines changed: 21 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,67 +7,61 @@ description: "Describes the Comparison Pane in Mendix Studio Pro for comparing a
7
7
8
8
## Introduction
9
9
10
-
The **Comparison Pane** shows the differences between a selected historical revision and your current working state in a version-controlled app. This pane displays three levels of detail: which documents changed, which elements within those documents changed, and which property values differ.
10
+
The **Comparison**pane shows the differences between a selected historical revision and your current working state in a version-controlled app. This pane displays three levels of detail: which documents have changed, which elements within those documents have been altered, and which property values now differ.
11
11
12
-
This feature requires a version-controlled app. For apps without version control, the Comparison Pane is disabled.
12
+
This feature requires a version-controlled app. For apps without version control, the **Comparison** pane is disabled.
13
13
14
-
## Accessing the Comparison Pane
14
+
## Accessing the Comparison Pane and Version Compatibility
15
15
16
-
To compare a revision to your current state:
16
+
To compare a revision to your current state, do the following:
17
17
18
-
1. Open the History pane by clicking **View** > **History**.
19
-
2.Right-click any revision in the list.
18
+
1. Open the **History** dialog by clicking **View** > **History**.
19
+
2.Choose a revision from the list by right-clicking it.
20
20
3. Select **Compare to current state**.
21
21
22
-
{{< figure src="/attachments/refguide/modeling/menus/view-menu/comparison-pane/history-right-click-menu.png" alt="Compare to current state option in History pane right-click menu" class="no-border" >}}
22
+
{{< figure src="/attachments/refguide/modeling/menus/view-menu/comparison-pane/history-right-click-menu.png" alt="Compare to current state option in History pane right-click menu" class="no-border" >}}
23
23
24
-
The Comparison Pane opens and shows all differences between the selected revision and your current working state, including any uncommitted changes.
25
-
26
-
## Version Compatibility
24
+
The **Comparison** pane opens and shows all differences between the selected revision and your current working state, including any uncommitted changes.
27
25
28
26
{{% alert color="warning" %}}
29
-
When comparing revisions created in older versions of Studio Pro, the models are converted on-the-fly to the current Studio Pro version format. Due to this automatic conversion, the displayed older revision may not be 100% identical to the original model. This is a normal part of the version upgrade process and does not affect your actual stored revisions.
27
+
When comparing revisions created in older versions of Studio Pro, the models are automatically converted to the current Studio Pro version format. Due to this automatic conversion, the displayed older revision may not be 100% identical to the original model. This is a normal part of the version upgrade process and does not affect your actual stored revisions.
30
28
{{% /alert %}}
31
29
32
-
## Comparison Pane Structure
30
+
## Comparison Pane Overview
33
31
34
-
The Comparison Pane shows information at three levels:
32
+
The **Comparison** pane shows information at three levels:
35
33
36
34
***Level 1** – A list of all documents that differ between the two revisions
37
35
***Level 2** – All elements within a selected document that have changed
38
36
***Level 3** – The specific property values that differ for a selected element
39
37
40
38
You can navigate between levels by double-clicking a row or using the **Go to** button. Press <kbd>Backspace</kbd> or click **Back** to return to the previous level.
41
39
42
-
## Unversioned App State
43
-
44
-
If your app does not have version control enabled, all buttons in the Comparison Pane are disabled and a message indicates that version control is required.
45
-
46
-
## Loading State
40
+
### Unversioned App State
47
41
48
-
When starting a comparison or performing other operations that take more than a few seconds, a spinner is displayed to indicate the comparison is loading.
42
+
If your app does not have version control enabled, all buttons in the **Comparison** pane are disabled and a message indicates that version control is required.
49
43
50
-
## Level 1: Document List
44
+
###Level 1: Document List
51
45
52
46
Level 1 displays all documents that differ between the selected revision and your current state.
|**Back**| Returns to the previous level | Always disabled at Level 1 (kept to prevent layout shift) |
63
-
|**Go to**| Opens the selected document and navigates to Level 2/3 | Enabled when a document is selected |
56
+
|**Back**| Returns to the previous level | Always disabled at Level 1 (to prevent layout shift) |
57
+
|**Go to**| Opens the selected document and navigates to Level 2 or 3 | Enabled when a document is selected |
64
58
|**Stop comparison**| Closes the comparison and returns to the blank state | Always enabled during an active comparison |
65
59
66
-
### Context Menu
60
+
####Context Menu
67
61
68
62
Right-click any cell in the grid to access the **Copy** option, which copies the cell value to your clipboard.
69
63
70
-
### Grid Columns
64
+
####Grid Columns
71
65
72
66
The document list grid contains the following columns:
73
67
@@ -79,9 +73,9 @@ The document list grid contains the following columns:
79
73
80
74
All columns are sortable by clicking the column header. Column widths can be adjusted by dragging the column divider. Hover over any cell to see the full value in a tooltip.
81
75
82
-
### Status Types
76
+
####Status Types
83
77
84
-
The Status column shows one of the following types:
78
+
The **Status** column shows one of the following types:
0 commit comments