Skip to content

Commit a6e9d04

Browse files
committed
Added History Pane beta
1 parent 851fe7a commit a6e9d04

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ When the **Do not show antivirus exclusion notifications** setting is enabled, S
287287

288288
Select this option to use the modernized version of the App Explorer. You must restart Studio Pro to use this feature.
289289

290+
### History Pane {#history-pane}
291+
292+
Select this option to use the non-blocking, searchable History Pane instead of the blocking History Window.
293+
290294
### Errors Pane
291295

292296
Select this option to use the modernized version of the Errors Pane. You must restart Studio Pro to use this feature.

content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ weight: 50
77

88
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.
99

10+
{{% alert color="info" %}}
11+
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.
12+
{{% /alert %}}
13+
1014
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.
1115

1216
## Revisions

0 commit comments

Comments
 (0)