Forum > Editor

Code template...

(1/1)

Mark-:
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:
Menu->Options->CodeTools->Class Completion: checkboxes: Header comment for class/Implementtation comment for class.

Bart

Mark-:
Excellent Bart, thank you.

Navigation

[0] Message Index

Go to full version