mirror of
https://github.com/encounter/objdiff.git
synced 2025-07-01 19:03:45 +00:00
Display decoded rlwinm info to hover tooltip
This commit is contained in:
parent
7a360d4a99
commit
5841d4db8a
@ -149,6 +149,10 @@ fn ins_hover_ui(
|
|||||||
ui.colored_label(appearance.highlight_color, "Extern".to_string());
|
ui.colored_label(appearance.highlight_color, "Extern".to_string());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if let Some(demangled) = rlwinmdec::decode(&ins.formatted) {
|
||||||
|
ui.colored_label(appearance.highlight_color, &demangled);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user