diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-11-10 23:34:03 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-11-10 23:34:03 -0500 |
| commit | f56fc7fb29e016b5d6ccebcd4dd8989425fda696 (patch) | |
| tree | d61db01e4f2e3a1a4371114afb8515b738639765 /docs/guide/migration | |
| parent | dcbe7bd0349f38dbca080e219ea3b5c92983d71f (diff) | |
add better documentation for new xref UI settings
Diffstat (limited to 'docs/guide/migration')
| -rw-r--r-- | docs/guide/migration/ghidra/index.md | 2 | ||||
| -rw-r--r-- | docs/guide/migration/migrationguideida.md | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/guide/migration/ghidra/index.md b/docs/guide/migration/ghidra/index.md index 7d3d57e5..cf2a10b8 100644 --- a/docs/guide/migration/ghidra/index.md +++ b/docs/guide/migration/ghidra/index.md @@ -75,7 +75,7 @@ Binary Ninja's layout is also a bit different from what you're used to in Ghidra  -If you prefer the pop-up style cross-references from IDA or Ghidra, you can enable that behavior by right-clicking on the xref-icon and selecting "Window". Whenever you navigate from the window by double-clicking or pressing enter the main window will be focused. ESC can also be used to close the xref window. +The default behavior of cross-references to open in a tabbed reference UI element simila to how ghidra does it, however the `X` hotkey is used by default (and can be changed in the [keybindings UI](index.md#custom-hotkeys)). ### Theme diff --git a/docs/guide/migration/migrationguideida.md b/docs/guide/migration/migrationguideida.md index a7cefc55..74db81f0 100644 --- a/docs/guide/migration/migrationguideida.md +++ b/docs/guide/migration/migrationguideida.md @@ -46,7 +46,9 @@ Some major exceptions are:  -If you prefer the pop-up style cross-references from IDA or Ghidra, you can enable that behavior by right-clicking on the xref-icon and selecting "Window". Whenever you navigate from the window by double-clicking or pressing enter the main window will be focused. ESC can also be used to close the xref window. +The hotkey for Cross-References in Binary Ninja will match your IDA muscle-memory, however the look is simlar to Ghidra with a pinned UI element containing tabs for references. To get the full IDA experience, change the [`ui.defaultXrefInterface`](settings.md#ui.defaultXrefInterface) setting to `dialog`. + +<!-- TODO: Make a screenshot --> ## Theme |
