Search template or other way to easily nagivate custom internal events
We have a huge application that works with internal events we call ‘Signals’. We have our own queue manager to handle these Signals. I am looking for an easy way to navigate from the point where we send a Signal to the method that handles the Signal. The queue manager and handlers work through a couple interfaces and abstractions so navigation through them is a bit of a mess.
The way I do it now is basically do a regex search of “run.*<SignalName>” to find the method that actually handles the Signal.
Is there a way to make this easier? Could I save a search template and bind it to a hotkey? I initially hoped the structural search would do the trick but that seems more work than to just type “run.*” etc in search.
Please sign in to leave a comment.
Hi Dejager Mc
I published an article with different approaches to the problem, please take a look at it SUPPORT-A-2127 and let me know if you need further information.