You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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;
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: