HexRaysPyTools icon indicating copy to clipboard operation
HexRaysPyTools copied to clipboard

form_type -> widget_type since IDA 7.7

Open saidelike opened this issue 3 years ago • 0 comments

A minor change is required:

  File "C:\Users/User/AppData/Roaming/Hex-Rays/IDA Pro/plugins\HexRaysPyTools\callbacks\scanners.py", line 130, in update
    if ctx.form_type == idaapi.BWN_FUNCS:
Please use "widget_type" instead of "form_type" ("form_type" is kept for backward-compatibility, and will be removed soon.)

saidelike avatar Apr 07 '22 08:04 saidelike