Go to Definition : Suggestion

Previous topic - Next topic

bigsofty

Could we have a short cut key for this Gernot...

"CTRL + G", for example.

It's something Im grabbing my mouse for quite a bit?
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

AndyH

Most excellent idea.   Also (cheeky mode on) to complete this, could you add a Back button/key that will take you back to the line you were on when you did "Go to Definition" / Ctrl+G or clicking in the Jump panel.

Ideally it would have a history of several items but even if it only remembered the last position in the source code it would be helpful.  Often I will go to definition, or click on a function in the JUMP panel just to remind myself how that function works then I need to find/remember what line I was on before I jumped there.

(cheeky mode off)

Kitty Hello

I know that feature. My workmate uses it a lot, I don't.
I think about adding it. Might be some work, though. Ctrl+G is easy to do.

Kitty Hello

OK, next update features Ctrl+G and Alt+ <-- / Alt+ --> for navigating to old locations. I store them when the editor jumps somewhere (error or something) or when you click somewhere with your mouse.
Maybe I add "typing" locations as well...

AndyH