Cedric Halbronn

Results 117 comments of Cedric Halbronn

This is done in https://github.com/fidgetingbits/IDArling/

In the meantime, it can be disabled with: ```py 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())...

+1 on this. As if you don't run it in Administrator on Windows, it won't be able to write the config file! On Windows the following works too: ```diff diff...

Hi danigargu, Thanks for the answer. I looked as well and as you said it is not in the `.symtab` but instead in the `.debug_info`. As a reference, this is...

Does a precompiled version exist with this fix? Looks like the latest is from 10 November 2015 (https://github.com/dejavusecurity/OutlookPrivacyPlugin/releases) but the fix is from 6 December 2015. I still have the...

I am aware of the 2 following shortcuts already available: ```json { ... "endBreakShortcut": "CmdOrCtrl+X", // Postpone/Finish Break Shortcut https://github.com/hovancik/stretchly#postponefinish-break-shortcut "pauseBreaksToggleShortcut": "", // Toggling between Pause Breaks and running breaks...

May I ask how difficult it would be to have the terminal in Neovim actually working (using the `:term` command? It would allow supporting cursorless (accessibility/automation, see https://www.cursorless.org/) directly in...

Bumping up this in case it has been forgotten

I have updated the list of repos in the initial message.

See https://github.com/IDArlingTeam/IDArling/issues/44 also