From f56fc7fb29e016b5d6ccebcd4dd8989425fda696 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 10 Nov 2025 23:34:03 -0500 Subject: add better documentation for new xref UI settings --- docs/guide/migration/ghidra/index.md | 2 +- docs/guide/migration/migrationguideida.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/guide/migration') 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 ![xref icon >](../../../img/xref-icon.png "Xref Icon") -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: ![xref icon >](../../img/xref-icon.png "Xref Icon") -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`. + + ## Theme -- cgit v1.3.1