This new feature would be very useful for me. I hope it can be implemented. In
the meantime, what is the hook for comments?
Thanks in advance.
Message: 2
Date: Sun, 17 May 2020 12:46:38 +0200 (CEST)
From: Michael Van Canneyt
To: Simone Tacconi via lazarus
Subject: Re: [Lazarus] Parsing compile
On 5/17/20 11:44 AM, wkitty42--- via lazarus wrote:
> On 5/17/20 10:00 AM, Brian via lazarus wrote:
>> On 5/16/20 3:03 PM, Juha Manninen via lazarus wrote:
>>> It was allegedly fixed in trunk r63089 less than 3 weeks ago.
>>> See:
>>> https://bugs.freepascal.org/view.php?id=30863
>>> If nobody ge
On Sun, 17 May 2020 12:43:41 +0200
Simone Tacconi via lazarus wrote:
> I know that in general, compiler directives are processed by the
> preprocessor before the parser. In my case I use fcl-passrc in a code
> analysis tool that I am building and I would need to detect
> directives during parsing
On 5/17/20 10:00 AM, Brian via lazarus wrote:
On 5/16/20 3:03 PM, Juha Manninen via lazarus wrote:
It was allegedly fixed in trunk r63089 less than 3 weeks ago.
See:
https://bugs.freepascal.org/view.php?id=30863
If nobody gets the duplicate key problem with trunk any more, that
issue and all i
On 5/16/20 3:03 PM, Juha Manninen via lazarus wrote:
> On Sat, May 16, 2020 at 2:49 PM Brian via lazarus
> wrote:
>> I tried that. Now *every* keypress is duplicated.
>
> It was allegedly fixed in trunk r63089 less than 3 weeks ago.
> See:
> https://bugs.freepascal.org/view.php?id=30863
> If nob
On Sun, 17 May 2020, Simone Tacconi via lazarus wrote:
I know that in general, compiler directives are processed by the
preprocessor before the parser. In my case I use fcl-passrc in a code
analysis tool that I am building and I would need to detect directives
during parsing. It's possible?
I know that in general, compiler directives are processed by the preprocessor
before the parser. In my case I use fcl-passrc in a code analysis tool that I
am building and I would need to detect directives during parsing. It's
possible? In the PasTree unit I don't see data structures for comme