Hello-
I was hoping to implement a feature where when the user hovers over a token, I show a typical quickinfo tooltip with the type and name of the variable, its current value (if in debug mode), and also I wanted to add a link to go to its declaration. I set the EditorViewMouseEventArgs.ToolTipText property in my SyntaxEditor.ViewMouseHover event and the tool tip looks great with all the info I'd expect. However, since it disappears the instant the user moves off the token, clicking the link is impossible. What would be the recommended way to get the functionality I'm after?
Thanks!
Jared
I was hoping to implement a feature where when the user hovers over a token, I show a typical quickinfo tooltip with the type and name of the variable, its current value (if in debug mode), and also I wanted to add a link to go to its declaration. I set the EditorViewMouseEventArgs.ToolTipText property in my SyntaxEditor.ViewMouseHover event and the tool tip looks great with all the info I'd expect. However, since it disappears the instant the user moves off the token, clicking the link is impossible. What would be the recommended way to get the functionality I'm after?
Thanks!
Jared