Re: [Lazarus] Code tools error

2016-05-23 Thread Ondrej Pokorny
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

Re: [Lazarus] Code tools error

2016-05-23 Thread Ondrej Pokorny
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.) Ondrej -- ___ Lazarus mailin

[Lazarus] Code tools error

2016-05-23 Thread Michael Van Canneyt
The lazarus codetools choke on this: {$SCOPEDENUMS ON} Tsensitivity = (normal,personal,private,confidential); msgraph.pas(232,35) Error: identifier expected, but private found Compiler accepts it. Reported as issue #30172 in mantis. Michael. -- _