Built new devbuilds of qPad RC7 standalone (c.dll is no longer required).
Links to 32-bit and 64-bit are here
http://www.qinsightpad.com/qipadphpbb_bb1/viewtopic.php?f=4&t=6
Let me know if there are any problems.
Cheers,
Oleg
Built new devbuilds of qPad RC7 standalone (c.dll is no longer required).
Links to 32-bit and 64-bit are here
http://www.qinsightpad.com/qipadphpbb_bb1/viewtopic.php?f=4&t=6
Let me know if there are any problems.
Cheers,
Oleg
Here is a cross-referencing monster change (was a long time coming)
Please, if you using it - help me test it :)
http://www.qinsightpad.com/qipadphpbb_bb1/viewtopic.php?f=4&t=6
Those who (like myself) using qpad Namespace+Properties and Dependency Explorer probably noticed, that cross-referencing engine was a bit lazy and shortsighted - globals referenced in nested lambdas and referenced by symbols (like in `trade_lvc upsert …) were escaping its attention.
That hopefully stops now :).
2 New sections in Properties to accompany Referenced Globals:
Globals ref’s from nested - will now catch f:{{.test.t2:1}} from any depth (this section also affects !-icon marking if unresolved found)
Globals ref’d by symbols - will now catch f:{trade_test set ()} IF
trade_test is resolved to global
Reverse field Used in functions section expanded to include those accordingly.
Show callers/dependencies (Dependency Explorer) for Namespaces nodes now using those sections as well.
This is pretty serious change, so please give me a yell if it breaks on your codebase or act fishy, I’ll get right on it.;
No small animals were hurt (permanently) in the process, though I need a drink (or three) to wash my brain off 2-in-1 recursive collector.
Thank you!
Oleg