From several external log tools I invoke SE to jump to the file-name and line-number (using some regular expressions), so I can see where and why the log was generated.
Sometimes I have 2 instances of SE with 2 projects (a sender and a receiver) and have both logs in the external tool. When I invoke SE it always jumps into the first SE instance, so if I do it from the other log (which should actually go to the second SE) then the first SE will not find the file-name, which is correct.
Is there any way from SE macro (or even dll) level to detect the other SE instances and, if they are, to pass the call to them?