Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ When **Extension Development** mode is enabled, you can start Studio Pro without

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. This feature is currently in public beta.

### Errors Pane

Select this option to use the modernized version of the Errors Pane. You must restart Studio Pro to use this feature.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down