Is this possible regarding following function links in the program listings? #8327
Closed
TimRegeant
started this conversation in
General
Replies: 2 comments
-
I'm assuming you mean double-clicking on a function call operand. There is no current way to disable the table behavior. You can instead double-click on the end-of-line comment that shows the function signature being called. That shows the primary reference and double-clicking will trigger a navigation without showing the table. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, that works nicely! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when I click on a function in the code, if there are any non-primary references then the "Operand References" window will pop-up and I have to click on the function name there. What is annoying is I use a tiling window manager so the "Operand References" window doesn't close automatically so I have to kill that window manually over and over as I follow the code.
Is there a setting or way to only follow primary references when clicking functions in the program listing?
In other words, when I click on a function reference in the listing I want to jump to that function immediately every time, even if there are non-primary references. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions