Page 1 of 1
Forum

Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!

Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.

Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!



Share:
Notifications
Clear all

[Solved] Lazarus Pascal - Jump straight to the function implementation in code

1 Posts
1 Users
0 Reactions
674 Views
 Hans
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2741
Topic starter  

I use this all the time, select a procedure and press Alt+Up to jump straight to the implementation code of a procedure or function.

However by default pressing Alt+Up makes the source editor jump to the declaration. I've never found this useful, I'd rather see the code (where the declaration is mostly visible as well anyway).

To enable this feature:

Mac: Go to the menu "Lazarus" - "Settings" - "Codetools" and check the option "Jump directly to method body".
Windows: Go to the menu "Tools" - "Options" - "Codetools" and check the option "Jump directly to method body".

Now try Alt+Up again: it'll jump straight to the implementation code. 😊 


   
ReplyQuote
Share: