Recent

Author Topic: I read this somewhere... keystrokes to create a procedure  (Read 1072 times)

1HuntnMan

  • Sr. Member
  • ****
  • Posts: 437
  • From Delphi 7 to Lazarus
    • NewFound Photo Art
I read this somewhere... keystrokes to create a procedure
« on: July 11, 2025, 02:44:15 pm »
If you want to create a new procedure such as a private. I think I read somewhere for example, you want to create a private vs. a public procedure.  Under private you can key in...

private
  procedure FooFoo;

then click on it and key in Ctrl-Alt- ??? and Lazarus will create the procedure below the implementation...

Thaddy

  • Hero Member
  • *****
  • Posts: 18797
  • Glad to be alive.
Re: I read this somewhere... keystrokes to create a procedure
« Reply #1 on: July 11, 2025, 02:50:27 pm »
ctrl-shift-c and it can also be strict private. c stands for completion.
Recovered from removal of tumor in tongue following tongue reconstruction with a part from my leg.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12209
  • Debugger - SynEdit - and more
    • wiki
Re: I read this somewhere... keystrokes to create a procedure
« Reply #2 on: July 11, 2025, 03:11:33 pm »
I highly recommend to read https://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools

Read the entire page.  The various completions are in the 2nd half of the page.

Curt Carpenter

  • Hero Member
  • *****
  • Posts: 733
Re: I read this somewhere... keystrokes to create a procedure
« Reply #3 on: July 11, 2025, 04:06:46 pm »
I highly recommend to read https://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools

Read the entire page.  The various completions are in the 2nd half of the page.

Very helpful. 

Is there an "overview wiki" anywhere that would lead a newcomer to this page as (s)he climbs the Lazarus/FPC learning curve? 

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12209
  • Debugger - SynEdit - and more
    • wiki
Re: I read this somewhere... keystrokes to create a procedure
« Reply #4 on: July 11, 2025, 04:35:15 pm »
Is there an "overview wiki" anywhere that would lead a newcomer to this page as (s)he climbs the Lazarus/FPC learning curve?

I never checked... But https://wiki.freepascal.org/Portal:New_Users

Curt Carpenter

  • Hero Member
  • *****
  • Posts: 733
Re: I read this somewhere... keystrokes to create a procedure
« Reply #5 on: July 11, 2025, 05:45:26 pm »
I never checked... But https://wiki.freepascal.org/Portal:New_Users

Exactly what I was looking for, thanks.  And I see it now on the Lazarus website home page under "Education."

1HuntnMan

  • Sr. Member
  • ****
  • Posts: 437
  • From Delphi 7 to Lazarus
    • NewFound Photo Art
Re: I read this somewhere... keystrokes to create a procedure
« Reply #6 on: July 12, 2025, 12:06:28 am »
Thanks, esp. the Laz IDE Tools doc. Awesome...

 

TinyPortal © 2005-2018