I've just upgraded from Lazarus 2.0.10 to 3.4. In my old version, I can hold down the Ctrl key then click on a procedure or function call, and my cursor will jump me to the "begin" in the procedure or function who's name I clicked on. In 3.4, when I do this, I get jumped to the declaration at the top of the unit, then I have to Ctrl+down arrow to get to the "begin". In both versions, I have the exact same setting in Tools/ Options, Environment, Editor, Mouse, Ctrl Button = Jumps to implementation.
Is this a bug in 3.4, or is there something else I need to do to get the behavior I had in 2.0.10?
TIA.