I find it awkward to hold the [CTRL+LeftMouse CLICK].
Rather a simple keyboard assignment.
And, when you do jump to a procedure outside of the current file, [CTRL+L] does not get you back.

Wow that's great - something I always needed!freak wrote:This already works. Just hold down the Ctrl key and doubleclick on the procedure name.max_aigneraigner@web.de wrote:And I want to jump to the declaration of a procedure by rightclick on the command -> jump to declaration (same thing, you want to check if that procedure causes the error and first you search for the sourcefile, and THEN you don't know where exactly the function is hidden^^
for example:
Code: Select all
procedure tree() endprocedure tree() ; <<-- right click here (or double click and Control holed, as it is in Japbe... )