03-05-2014, 03:07 AM
It's not a limitation of the plugin; it's a limitation of the current implementation of the analysis. As I wrote earlier, all files are processed one by one without any knowledge (for now) of globals are defined in what other files.
You may try to change FAST to `false` in src/editor/inspect.lua as it produces slower, but more thorough analysis; as far as I remember, it checks "required" files, but not those loaded with "dofile". It also looks at table fields, but seems to generate too many messages and enough false positives to keep it turned off by default.
You may try to change FAST to `false` in src/editor/inspect.lua as it produces slower, but more thorough analysis; as far as I remember, it checks "required" files, but not those loaded with "dofile". It also looks at table fields, but seems to generate too many messages and enough false positives to keep it turned off by default.