Skip to content

Commit

Permalink
add history UI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
psifertex committed Jul 16, 2024
1 parent a37d1dc commit ab5c0b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,18 @@ The Variables sidebar panel will show local variables from the currently selecte

The Stack sidebar panel shows the currently selected function's stack layout. You can create variables using the [usual](types/type.md#direct-ui-manipulation) hotkeys as well as using the right-click menu (which also shows the hotkeys).

### History

![History](../img/history.png "History"){ width="700" }

The History sidebar panel shows all annotations made during the history of a database. Note that even changes made prior to the introduction of the UI will be shown. This not only makes it easier to see what changes have been made, but allows you to right-click and revert to a particular point in analysis. Additionally, the right-click menu includes a toggle to hide or show the date of the change.

Note that when plugins or the UI batch multiple changes in one action, they wil be summarized with a count of actions but no further details are possible.

There is currently no support for branching/forking style of history at this time.

If you save a database [without undo actions](#5-save-analysis-database-with-options) the history view will be empty.

### Strings

![Strings](../img/strings.png "Strings"){ width="700" }
Expand Down
Binary file added docs/img/history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/sidebars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab5c0b3

Please sign in to comment.