Somewhere in the 3.0+ release I seem to have lost the ability to "jump to method body" in the Lazarus IDE. You know, put the cursor on a call to a method, press the appropriate keys and we jump to where that method is implemented.
There are heaps of questions on this topic in the Forum, but I think they are all out of date. The things related to this task all seem to no longer work -
- Alt-Down arrow (does nothing, is not defined)
- Alt-Up (jumps to method declaration)
- Ctrl-Shift-Down (jumps to method declaration)
- Ctrl-Click (jumps to method declaration)
- Ctrl-RightClick (jumps to method declaration)
As I understand it, the key function, in Code Tools, is "Find Procedure Method" [Ctrl-Shift-Down] but, as noted above, it jumps to method declaration.
There is also a Code Tools setting, "jump to method body" that appears to have no effect on any of the above. From memory, in previous version, it did !
Any one like to tell me just how to map a key compo to what I want or, is there some other combo already set to do this important job ?
I am testing on Lazarus 3.0, Lazarus 3.4 (both releases) and lazarus-fixes-3_0.
Davo