Thanks, Mattias!
----- Original Message -----
From: "Mattias Gaertner" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, October 17, 2007 4:03 AM
Subject: Re: [lazarus] Is there a way to comment-out lines in .lfm?
On Tue, 16 Oct 2007 23:13:21 -0400
James Chandler Jr <[EMAIL PROTECTED]> wrote:
Is there a valid way to comment-out a line in a .lfm file? I tried
{...} and //..., which do not seem to work in Carbon LCL.
Perhaps the form compiler recognizes some other comment mechanism?
No comment.
If comments are not supported, it is not a big issue. When
editing .lfm files as text in XCode, temporary comments would be
convenient compared to completely deleting lines.
The .lfm file is a 1:1 mapping to the binary stream created by TWriter.
Anything stored in the lfm comes from the components and they don't
have comments. The .lfm is a text file to allow searching, repairing
or refactoring not provided by the IDE. It is not a normal source file.
Mattias
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives