Page 1 of 1

Variable Name Confirmation in Pop-Up

Posted: Tue Feb 20, 2024 12:21 am
by Brendan
When cleaning up code by group-selection of often hundreds of variables for redundant deletion, hitting delete, and relying on Flowcode to find/confirm variables in use, the resulting pop-up states where variables are used but not the name of the variable itself.
Flowcode Pop-Up No Var Name.png
Flowcode Pop-Up No Var Name.png (6.27 KiB) Viewed 474 times
Confirmation of the variable name would often be useful to know at such time, which I believe should appear in the pop-up in any case.

Many thanks,
Brendan

Re: Variable Name Confirmation in Pop-Up

Posted: Tue Feb 20, 2024 9:18 am
by Steve-Matrix
Thanks for the suggestions, Brendan. I will make that change.

You probably know this already, but I'm mentioning it in case it is useful to you or others: another way to mass-delete unused variables/constants is to right-click on the "Variables" or "Constants" group heading within Project Explorer and select "Delete unused".

If there are any that remain you can right-click them and select "List occurrences". This option is also useful for searching your code for components, macros and (top-level) properties.