Skip to content

Commit 2f8f10e

Browse files
authored
Merge pull request #10279 from tknippenberg/HistoryPane
History pane 11.4 public beta
2 parents b6006e1 + 597d1f8 commit 2f8f10e

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-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
@@ -291,6 +291,10 @@ When **Extension Development** mode is enabled, you can start Studio Pro without
291291

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

294+
### History Pane {#history-pane}
295+
296+
Select this option to use the non-blocking, searchable History pane instead of the blocking History window. This feature is currently in beta.
297+
294298
### Errors Pane
295299

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ This pane has two levels, so when you zoom into a changed document, you can revi
6868

6969
<video width="640" height="360" controls src="/attachments/refguide/view-menu/changes.mp4">VIDEO</video>
7070

71+
### History {#history-pane}
72+
73+
### History
74+
75+
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.
76+
7177
### Connector {#connector}
7278

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

0 commit comments

Comments
 (0)