navigate To Senders Of Name
fun navigateToSendersOfName(nameInModule: NameInModule, tokenIndexInName: Int, mouseEvent: MouseEvent)
The user has clicked on a token in the source in such a way that they are requesting navigation to places that send that method. Begin an asynchronous action to locate all usages of the name in all visible modules that have been compiled since their last change.
Parameters
name In Module
The NameInModule to find.
token Index In Name
The index of the token that the user has selected within the list of a message's tokens produced by a MessageSplitter.
mouse Event
The MouseEvent which was the request for navigation.