[Lazarus] Lazarus directives
Sven Barth
pascaldragon at googlemail.com
Wed Dec 18 11:21:56 CET 2013
Am 18.12.2013 10:40, schrieb Mark Morgan Lloyd:
> Sven Barth wrote:
>> On 17.12.2013 11:15, Mark Morgan Lloyd wrote:
>>>> Keep in mind that IDE directives only supports the curly bracket
>>>> comments.
>>>
>>> Thanks for the reminder, I think FPC macros have a similar restriction.
>>>
>>
>> Should be considered a bug, because "(*$" also triggers the parsing
>> of a macro, but the ending "*)" is not respected (also any
>> combination of opening/closing "(*" and "*)" are currently possible
>> inside a macro while "{" and "}" need to be balanced...). Fixing this
>> would only be consequent, because "(*" and "*)" are digraphs of "{"
>> and "}"...
>
> I'll try to find the earlier discussion to refresh my memory, then
> raise a bug if it appears to still be am issue.
>
It is still an issue, because I tested before I wrote the mail. :)
Regards,
Sven
More information about the Lazarus
mailing list