From a6e9d0403bae8b3c80ddf36d31cc09e3a112d288 Mon Sep 17 00:00:00 2001 From: tknippenberg Date: Mon, 22 Sep 2025 16:01:18 +0200 Subject: [PATCH 1/5] Added History Pane beta --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 4 ++++ .../modeling/menus/version-control-menu/history-dialog.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index 16f5ca86589..a2056f2c4e6 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -287,6 +287,10 @@ When the **Do not show antivirus exclusion notifications** setting is enabled, S Select this option to use the modernized version of the App Explorer. You must restart Studio Pro to use this feature. +### History Pane {#history-pane} + +Select this option to use the non-blocking, searchable History Pane instead of the blocking History Window. + ### Errors Pane Select this option to use the modernized version of the Errors Pane. You must restart Studio Pro to use this feature. diff --git a/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md b/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md index 479f8696276..3f5027f08c8 100644 --- a/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md +++ b/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md @@ -7,6 +7,10 @@ weight: 50 Use the **History** dialog box to look at all the changes that have been committed to a development line of an app. You can open this dialog box from the **Version Control** > **History…** menu item. This dialog box is also used when selecting a revision to merge from, create a branch line off, or to create a deployment archive from. +{{% alert color="info" %}} +In Studio Pro 11.4 the non-blocking, searchable History Pane beta has been released. Open this through **View** > **History** or set this feature as your default history view in the [New Features](/refguide/preferences-dialog/#history-pane) preferences. +{{% /alert %}} + The **History** dialog can display up to 250 commits at once, making it easy to look at the detailed project history. If the app was only partially copied, it may need to download missing data from the server. While the data is being downloaded, a progress bar will be shown. This initial download could take a little time, but once the data is saved locally, future access to the **History** dialog will be significantly faster — almost instant. ## Revisions From 0d87c5bf96e5814faa0b9a8b46222b952129e058 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:53:24 +0100 Subject: [PATCH 2/5] Add beta note --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index 5dbd9b93922..aa994bb9b5a 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -293,7 +293,7 @@ Select this option to use the modernized version of the App Explorer. You must r ### History Pane {#history-pane} -Select this option to use the non-blocking, searchable History Pane instead of the blocking History Window. +Select this option to use the non-blocking, searchable History Pane instead of the blocking History Window. This feature is currently in public beta. ### Errors Pane From 83748e8f3c8df80a1592f0f3a9ce63f8657f6a08 Mon Sep 17 00:00:00 2001 From: quinntracy Date: Fri, 31 Oct 2025 10:09:05 +0100 Subject: [PATCH 3/5] Add History option --- content/en/docs/refguide/modeling/menus/view-menu/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/refguide/modeling/menus/view-menu/_index.md b/content/en/docs/refguide/modeling/menus/view-menu/_index.md index 487da949944..167b41c3f2a 100644 --- a/content/en/docs/refguide/modeling/menus/view-menu/_index.md +++ b/content/en/docs/refguide/modeling/menus/view-menu/_index.md @@ -68,6 +68,12 @@ This pane has two levels, so when you zoom into a changed document, you can revi +### History {#history-pane} + +### History + +The non-blocking History pane shows commits in your repository and allows you to search and navigate to modified documents without closing the history view. + ### Connector {#connector} The **Connector** pane displays elements that can be connected to the currently selected element. For example, when a button is a selected, the **Connector** shows microflows that you can drag onto the button to connect them. From ec931f3caceb1e7da6e2e42368f49acadaac52a6 Mon Sep 17 00:00:00 2001 From: quinntracy Date: Fri, 31 Oct 2025 10:15:42 +0100 Subject: [PATCH 4/5] Revise --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 2 +- .../modeling/menus/version-control-menu/history-dialog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index aa994bb9b5a..d9e55248426 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -293,7 +293,7 @@ Select this option to use the modernized version of the App Explorer. You must r ### History Pane {#history-pane} -Select this option to use the non-blocking, searchable History Pane instead of the blocking History Window. This feature is currently in public beta. +Select this option to use the non-blocking, searchable History pane instead of the blocking History window. This feature is currently in public beta. ### Errors Pane diff --git a/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md b/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md index 3f5027f08c8..2f3d2939662 100644 --- a/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md +++ b/content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md @@ -8,7 +8,7 @@ weight: 50 Use the **History** dialog box to look at all the changes that have been committed to a development line of an app. You can open this dialog box from the **Version Control** > **History…** menu item. This dialog box is also used when selecting a revision to merge from, create a branch line off, or to create a deployment archive from. {{% alert color="info" %}} -In Studio Pro 11.4 the non-blocking, searchable History Pane beta has been released. Open this through **View** > **History** or set this feature as your default history view in the [New Features](/refguide/preferences-dialog/#history-pane) preferences. +In Studio Pro 11.4, the non-blocking, searchable History pane beta has been released. Open the pane by clicking **View** > **History**. You can set this feature as your default history view in the Preferences [New Features](/refguide/preferences-dialog/#history-pane) tab. {{% /alert %}} The **History** dialog can display up to 250 commits at once, making it easy to look at the detailed project history. If the app was only partially copied, it may need to download missing data from the server. While the data is being downloaded, a progress bar will be shown. This initial download could take a little time, but once the data is saved locally, future access to the **History** dialog will be significantly faster — almost instant. From 597d1f887f8a6338120665fee8033b2cf0aebc27 Mon Sep 17 00:00:00 2001 From: quinntracy Date: Fri, 31 Oct 2025 10:16:07 +0100 Subject: [PATCH 5/5] Review --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index d9e55248426..c25dbcebbb5 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -293,7 +293,7 @@ Select this option to use the modernized version of the App Explorer. You must r ### History Pane {#history-pane} -Select this option to use the non-blocking, searchable History pane instead of the blocking History window. This feature is currently in public beta. +Select this option to use the non-blocking, searchable History pane instead of the blocking History window. This feature is currently in beta. ### Errors Pane