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.
There is an option in the Decompiler display to disable printing type casts. I would like this exposed as a key binding and action. I find toggling between them on/off helps me during my analysis process: disabling makes it easier to view/understand decompilation initially, and enabling helps me identify mistyped variables.
Ida has a similar keybinding (backslash - \).
Describe the solution you'd like
A keybinding and action to toggle type casts in the Decompiler window.
Describe alternatives you've considered
I wrote a script to do this for me previously, but upgrading to 11.3 broke it for me. It's also cumbersome to have to enable the script and assign a keybinding to it each time I upgrade Ghidra.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is an option in the Decompiler display to disable printing type casts. I would like this exposed as a key binding and action. I find toggling between them on/off helps me during my analysis process: disabling makes it easier to view/understand decompilation initially, and enabling helps me identify mistyped variables.
Ida has a similar keybinding (backslash -
\
).Describe the solution you'd like
A keybinding and action to toggle type casts in the Decompiler window.
Describe alternatives you've considered
I wrote a script to do this for me previously, but upgrading to 11.3 broke it for me. It's also cumbersome to have to enable the script and assign a keybinding to it each time I upgrade Ghidra.
Additional context
N/A
The text was updated successfully, but these errors were encountered: