global variables not update in IDE

Initially I thought I’m doning someting wrong, but after this had happened several times I now know it is a bug and it is a serious one.
When I remove the global variable from the App (ie. it is defined in the code) like this

{ProfileID} = [glo_profileid];

[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“title”:“2019-01-28 17_06_00-ScriptCase - Development - admin.jpg”,“data-attachmentid”:86331}[/ATTACH]

Despite it is removed Form still shows it is there and active. Saving, or generating does not change anything and then generating I get this error:

Notice: Undefined index: glo_profileid in C:\Program Files\NetMake\v92\wwwroot\scriptcase\app\TimeManag er\fm_prose\index.php on line 1659 Parse error: syntax error, unexpected ‘]’ in C:\Program Files\NetMake\v92\wwwroot\scriptcase\app\TimeManag er\fm_prose\fm_prose_apl.php on line 3337

those similar bugs are everywhere, when SC does not update changes in the project. I scream and brag about this fix but it is being ignorred for over 2 years now.

2019-01-28 17_06_00-ScriptCase - Development - admin.jpg

​​​​​​It says that the var is defined in Update Key.
Maybe you set SC to use that var when updating the field ProfileID? Check the field setting, not the php code.

Well, I stated clearly - I used the line of code listed, then I removed it but the global Var still remains in IDE.
There is not really much more to explain. At the moment there is no single line of custom code to this App. I do not use field {ProfileID} anymore

I understand that you removed the line of code, but the IDE is stating that that var is still referenced in the setting, not in the code.
Specifically in the “Edit fields” section, in the “DB value (update)” column for the ProfileID field.

Screenshot_20190130-064717.jpg