Describe the bug
In the case of an independent analysis of one script belonging to some panel, the program throws lots of errors pertaining to unrecognized variables previously defined in the ScopeLib.
To Reproduce
Steps to reproduce the behavior:
Open a script belonging to a panel ("clicked" of some button, for example). In this script should be made use of a variable or a function defined in the ScopeLib of the panel.
Run CppCheck for that script.
An "unknown variable" gets reported.
Expected behavior
Ctrlpp Check should be able to resolve dependencies under the form of variables/functions declared/defined in the ScopeLib.
Describe the bug In the case of an independent analysis of one script belonging to some panel, the program throws lots of errors pertaining to unrecognized variables previously defined in the ScopeLib.
To Reproduce Steps to reproduce the behavior:
Expected behavior Ctrlpp Check should be able to resolve dependencies under the form of variables/functions declared/defined in the ScopeLib.