Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definable macros for repetative tasks #7423

Open
Wall-AF opened this issue Jan 28, 2025 · 0 comments
Open

Definable macros for repetative tasks #7423

Wall-AF opened this issue Jan 28, 2025 · 0 comments

Comments

@Wall-AF
Copy link

Wall-AF commented Jan 28, 2025

Is your feature request related to a problem? Please describe.
I'm always frustrated when there are several variables that need renaming, in a consistant manner, as you go through deciphering functions. Requires lots of mouse and/or keyboard use.

Describe the solution you'd like
The ability to create definable macros that work across (popup) dialogs and have them execute upon keyboard shortcuts.

Describe alternatives you've considered
Lots of repetative typing.

Additional context
Implementation of #6111 would help, but not totally alleviate the issue.

Example
Lots of my functions start or contain code like

      uVar3 = (undefined2)((ulong)this >> 0x10);
      pDVar2 = (DgnChoiceListBox *)this;

In this simple example, whilst segmentation and near/far pointers/addresses aren't handled brilliantly, it makes later interpretation much easier to change it into

      seg = (undefined2)((ulong)this >> 0x10);
      pThis = (DgnChoiceListBox *)this;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant