Open saidelike opened 3 years ago
In the meantime, it can be disabled with:
diff --git a/HexRaysPyTools/callbacks/renames.py b/HexRaysPyTools/callbacks/renames.py
index 19114d5..4e6de7c 100644
--- a/HexRaysPyTools/callbacks/renames.py
+++ b/HexRaysPyTools/callbacks/renames.py
@@ -343,7 +343,7 @@ class PropagateName(actions.HexRaysPopupAction):
actions.action_manager.register(RenameOther())
-actions.action_manager.register(RenameInside())
+#actions.action_manager.register(RenameInside())
actions.action_manager.register(RenameOutside())
actions.action_manager.register(RenameUsingAssert())
actions.action_manager.register(PropagateName())
or changed to another hotkey:
class RenameInside(actions.HexRaysPopupAction):
description = "Rename inside argument"
hotkey = "Shift+N"
There is a conflicting shortcut with IDA 7.6