Enhancing available options of "Got To Selection" wrt to function names in the history

Currently one can jump to non-static ProcGlobal functions when the function name is printed into the history via a right click with the mouse and selecting go to selection.

This is a tremendous helpful feature in large applications. I'm also using that already, as our assertion routine prints out the function name where an assertion failed.

And it would be even more helpful if this would work with static ProcGlobal functions and function in independent modules as well. Of course this is not unique anymore, but it still would be much quicker than searching all procedure files.