Recent

Author Topic: Code template...  (Read 2318 times)

Mark-

  • New Member
  • *
  • Posts: 22
Code template...
« on: September 21, 2018, 11:10:50 pm »
Hello,

I have a form and the IDE adds:

type

  { TmnForm }

  TmnForm = class(TForm)

I keep altering the source to be:

type
  TmnForm = class(TForm)

but actions that cause the IDE to add/remove lines to the declaration keep adding the blank lines and comment back. I cannot find where it is defined to stop the IDE from inserting the three lines?

Ideas?

Thanks,

Mark


Bart

  • Hero Member
  • *****
  • Posts: 5275
    • Bart en Mariska's Webstek
Re: Code template...
« Reply #1 on: September 21, 2018, 11:17:45 pm »
Menu->Options->CodeTools->Class Completion: checkboxes: Header comment for class/Implementtation comment for class.

Bart

Mark-

  • New Member
  • *
  • Posts: 22
Re: Code template...
« Reply #2 on: September 21, 2018, 11:30:52 pm »
Excellent Bart, thank you.

 

TinyPortal © 2005-2018