[Lazarus] Code tools error
Ondrej Pokorny
lazarus at kluug.net
Mon May 23 10:42:51 CEST 2016
On 23.05.2016 10:25, Ondrej Pokorny wrote:
> On 23.05.2016 9:14, Michael Van Canneyt wrote:
>> {$SCOPEDENUMS ON}
>> Tsensitivity = (normal,personal,private,confidential);
>
>
> It works for me (Laz 1.7 trunk).
> (I added SCOPEDENUMS CodeTools support to 1.7 some time ago.)
Sorry, I haven't checked the full mantis issue but only your email. Yes,
it happens in an external unit.
Quick fix until it gets fixed (if you haven't figured it yourself):
{$SCOPEDENUMS ON}
Tsensitivity = (normal,personal,&private,confidential);
Ondrej
More information about the Lazarus
mailing list