Variable Name Confirmation in Pop-Up

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
Brendan
Posts: 43
http://meble-kuchenne.info.pl
Joined: Tue Dec 08, 2020 2:12 pm
Has thanked: 35 times
Been thanked: 10 times

Variable Name Confirmation in Pop-Up

Post 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 239 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

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Variable Name Confirmation in Pop-Up

Post 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.

Post Reply